|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory
org.jboss.remoting.transport.sslrmi.SerializableSSLClientSocketFactory
Copyright (c) Jun 9, 2006
Field Summary |
Fields inherited from class org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory |
hostName, socketFactory |
Constructor Summary | |
SerializableSSLClientSocketFactory(InvokerLocator invokerLocator,
int timeout,
java.util.Map configuration)
|
Method Summary | |
java.net.Socket |
createSocket(java.lang.String host,
int port)
Creates a new socket. |
Methods inherited from class org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory |
equals, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerializableSSLClientSocketFactory(InvokerLocator invokerLocator, int timeout, java.util.Map configuration)
Method Detail |
public java.net.Socket createSocket(java.lang.String host, int port) throws java.io.IOException
RemotingRMIClientSocketFactory
SocketFactory
was passed to the constructor, it will be used.
Otherwise, a java.net.Socket
will be created by default.
createSocket
in interface java.rmi.server.RMIClientSocketFactory
createSocket
in class RemotingRMIClientSocketFactory
host
- host to which socket should be connectedport
- port to which socket should be connected
java.io.IOException
- if there is a problem creating a socket
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |