|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketRequestInfo | |
org.exolab.jms.net.socket | Abstract connector that multiplexes data over a socket |
org.exolab.jms.net.tcp | TCP and TCPS connectors |
Uses of SocketRequestInfo in org.exolab.jms.net.socket |
Methods in org.exolab.jms.net.socket that return SocketRequestInfo | |
SocketRequestInfo |
SocketManagedConnectionAcceptor.getRequestInfo()
Returns the connection request info used to construct this. |
Methods in org.exolab.jms.net.socket with parameters of type SocketRequestInfo | |
protected java.net.Socket |
SocketManagedConnection.createSocket(SocketRequestInfo info)
Creates a new socket. |
Constructors in org.exolab.jms.net.socket with parameters of type SocketRequestInfo | |
SocketManagedConnectionAcceptor(Authenticator authenticator,
SocketRequestInfo info)
Construct a new SocketManagedConnectionAcceptor . |
|
SocketManagedConnection(java.security.Principal principal,
SocketRequestInfo info)
Construct a new client SocketManagedConnection . |
Uses of SocketRequestInfo in org.exolab.jms.net.tcp |
Subclasses of SocketRequestInfo in org.exolab.jms.net.tcp | |
class |
TCPSRequestInfo
Implementation of the ConnectionRequestInfo
interface that enables the TCPS connector to pass data across the
connection request flow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |