|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activeio.oneport.OpenORBOpenPortSocketFactory
Constructor Summary | |
OpenORBOpenPortSocketFactory(OnePortAsynchChannelServer channelServer)
|
Method Summary | |
java.net.ServerSocket |
createServerSocket(java.net.InetAddress address,
int port)
Server sockets bind against the OnePortAsynchChannelServer. |
java.net.Socket |
createSocket(java.net.InetAddress address,
int port)
Outbound sockets are normal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenORBOpenPortSocketFactory(OnePortAsynchChannelServer channelServer)
Method Detail |
public java.net.Socket createSocket(java.net.InetAddress address, int port) throws java.io.IOException
createSocket
in interface org.openorb.orb.net.SocketFactory
java.io.IOException
public java.net.ServerSocket createServerSocket(java.net.InetAddress address, int port) throws java.io.IOException
createServerSocket
in interface org.openorb.orb.net.SocketFactory
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |