xmlBlaster 2.2.0 API

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

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

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

Fields in org.xmlBlaster.client.protocol.socket declared as SocketUrl
private  SocketUrl SocketConnection.localSocketUrl
          The info object holding hostname and port on this side
private  SocketUrl SocketConnection.socketUrl
          The info object holding hostname and port on the other side
private  SocketUrl SocketCallbackImpl.socketUrl
          A unique name for this client 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.protocol.socket
 

Fields in org.xmlBlaster.protocol.socket declared as SocketUrl
private  SocketUrl SocketCbConnection.socketUrl
          Holds the hostname/port of the callback server running on client side to which we want connect
private  SocketUrl SocketDriver.socketUrl
          The socket address info object holding hostname (useful for multi homed hosts) and port
 

Uses of SocketUrl in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as SocketUrl
private  SocketUrl XblWebServer.socketUrl
           
 

Constructors in org.xmlBlaster.protocol.xmlrpc with parameters of type SocketUrl
XblWebServer(XmlRpcUrl xmlRpcUrl, SocketUrl socketUrl, AddressBase addressBase)
           
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.