|
||||||||||
| 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
public class SerializableSSLClientSocketFactory
Copyright (c) Jun 9, 2006
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory |
|---|
RemotingRMIClientSocketFactory.ComparableHolder |
| Field Summary |
|---|
| Fields inherited from class org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory |
|---|
configMaps, configuration, hostName, invokerLocator, socketFactories, 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. |
javax.net.SocketFactory |
retrieveSocketFactory(RemotingRMIClientSocketFactory.ComparableHolder holder)
|
| Methods inherited from class org.jboss.remoting.transport.rmi.RemotingRMIClientSocketFactory |
|---|
addLocalConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, 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
RemotingRMIClientSocketFactorySocketFactory 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.RMIClientSocketFactorycreateSocket in class RemotingRMIClientSocketFactoryhost - 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
public javax.net.SocketFactory retrieveSocketFactory(RemotingRMIClientSocketFactory.ComparableHolder holder)
throws java.io.IOException
retrieveSocketFactory in class RemotingRMIClientSocketFactoryjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||