|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SocketUrl | |
| org.xmlBlaster.client.protocol.socket | |
| org.xmlBlaster.protocol.socket | |
| 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 |
SocketCallbackImpl.socketUrl
A unique name for this client socket |
private SocketUrl |
SocketConnection.socketUrl
The info object holding hostname and port on the other side |
private SocketUrl |
SocketConnection.localSocketUrl
The info object holding hostname and port on this side |
| 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.util.protocol.socket |
| Methods in org.xmlBlaster.util.protocol.socket with parameters of type SocketUrl | |
boolean |
SocketUrl.equals(SocketUrl other)
|
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 |
|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||