diff options
Diffstat (limited to 'java/ssl/jdk1.4/IceSSL/ConnectionInfo.java')
-rw-r--r-- | java/ssl/jdk1.4/IceSSL/ConnectionInfo.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/ssl/jdk1.4/IceSSL/ConnectionInfo.java b/java/ssl/jdk1.4/IceSSL/ConnectionInfo.java index 8e58d7edbaf..c087c838896 100644 --- a/java/ssl/jdk1.4/IceSSL/ConnectionInfo.java +++ b/java/ssl/jdk1.4/IceSSL/ConnectionInfo.java @@ -37,4 +37,16 @@ public class ConnectionInfo // The remote TCP/IP host & port. // public java.net.InetSocketAddress remoteAddr; + + // + // If the connection is incoming this bool is true, false + // otherwise. + // + boolean incoming; + + // + // The name of the object adapter that hosts this endpoint, if + // any. + // + String adapterName; } |