|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beepcore.beep.transport.tcp.TCPSessionCreator
This class provides a means for applications or other libraries to create a TCP-based BEEP Session with another BEEP peer.
Constructor Summary | |
TCPSessionCreator()
|
Method Summary | |
static TCPSession |
initiate(java.net.InetAddress host,
int port)
Method initiate |
static TCPSession |
initiate(java.net.InetAddress host,
int port,
ProfileRegistry registry)
Method initiate |
static TCPSession |
initiate(java.net.InetAddress host,
int port,
ProfileRegistry registry,
java.lang.String servername)
Method initiate |
static TCPSession |
initiate(java.lang.String host,
int port)
Method initiate |
static TCPSession |
initiate(java.lang.String host,
int port,
ProfileRegistry registry)
Method initiate |
static TCPSession |
initiate(java.lang.String host,
int port,
ProfileRegistry registry,
java.lang.String servername)
|
static TCPSession |
listen(java.net.InetAddress localInterface,
int port,
ProfileRegistry registry)
Method listen |
static TCPSession |
listen(int port,
ProfileRegistry registry)
Method listen |
static TCPSession |
listen(java.lang.String localInterface,
int port,
ProfileRegistry registry)
Method listen |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TCPSessionCreator()
Method Detail |
public static TCPSession initiate(java.net.InetAddress host, int port) throws BEEPException
host
- port
-
BEEPException
public static TCPSession initiate(java.net.InetAddress host, int port, ProfileRegistry registry, java.lang.String servername) throws BEEPException
host
- port
- registry
- servername
-
BEEPException
public static TCPSession initiate(java.net.InetAddress host, int port, ProfileRegistry registry) throws BEEPException
host
- port
- registry
-
BEEPException
public static TCPSession initiate(java.lang.String host, int port) throws BEEPException
host
- port
-
BEEPException
public static TCPSession initiate(java.lang.String host, int port, ProfileRegistry registry) throws BEEPException
host
- port
- registry
-
BEEPException
public static TCPSession initiate(java.lang.String host, int port, ProfileRegistry registry, java.lang.String servername) throws BEEPException
BEEPException
public static TCPSession listen(int port, ProfileRegistry registry) throws BEEPException
port
- registry
-
BEEPException
public static TCPSession listen(java.net.InetAddress localInterface, int port, ProfileRegistry registry) throws BEEPException
localInterface
- port
- registry
-
BEEPException
public static TCPSession listen(java.lang.String localInterface, int port, ProfileRegistry registry) throws BEEPException
port
- registry
- localInterface
-
BEEPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |