xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.protocol.socket.SocketUrl

Packages that use SocketUrl
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.util.protocol.socket   
 

Uses of SocketUrl in org.xmlBlaster.client.protocol.socket
 

Methods in org.xmlBlaster.client.protocol.socket that return SocketUrl
 SocketUrl SocketConnection.getLocalSocketUrl()
          A string with the local address and port (the client side).
 

Uses of SocketUrl in org.xmlBlaster.util.protocol.socket
 

Methods in org.xmlBlaster.util.protocol.socket with parameters of type SocketUrl
 java.net.Socket SocketUrl.createSocketSSL_OLD(SocketUrl localSocketUrl, AddressBase address)
          Helper to create a SSL socket, uses reflection to compile with JDK 1.3 SSL support can't be used with a standard JDK 1.3
 java.net.Socket SocketUrl.createSocketSSL(SocketUrl localSocketUrl, AddressBase address)
          Helper to create a SSL socket, uses reflection to compile with JDK 1.3 SSL support can't be used with a standard JDK 1.3
 boolean SocketUrl.equals(SocketUrl other)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.