|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketFactory
SocketFactory is used by JacORB to create the client-side socket for an outgoing connection.
Method Summary | |
---|---|
java.net.Socket |
createSocket(java.lang.String host,
int port)
create a connected stream Socket. |
java.net.Socket |
createSocket(java.lang.String host,
int port,
int timeout)
create a connected stream Socket. |
boolean |
isSSL(java.net.Socket socket)
|
Method Detail |
---|
java.net.Socket createSocket(java.lang.String host, int port) throws java.io.IOException
host
- the host nameport
- the port number
java.io.IOException
java.net.Socket createSocket(java.lang.String host, int port, int timeout) throws java.io.IOException, TIMEOUT
host
- the host nameport
- the port numbertimeout
- the timeout value to be used in milliseconds
java.io.IOException
TIMEOUT
- if a timeout occurs during connect.boolean isSSL(java.net.Socket socket)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |