|
|||||||||
| Home >> All >> com >> act365 >> net >> [ tcp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.act365.net.tcp
Class TCPSession

java.lang.Objectcom.act365.net.tcp.TCPSession
- public class TCPSession
- extends java.lang.Object
The singleton class TCPSession manages startup and closedown tasks.
| Field Summary | |
(package private) static TCPSession |
session
|
| Constructor Summary | |
TCPSession()
|
|
| Method Summary | |
static TCPSession |
getInstance()
Access the sole TCPSession object. |
static void |
start()
Starts a session. |
static void |
terminate()
Terminates a session. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
session
static TCPSession session
| Constructor Detail |
TCPSession
public TCPSession()
| Method Detail |
start
public static void start()
- Starts a session.
getInstance
public static TCPSession getInstance()
- Access the sole
TCPSessionobject.
terminate
public static void terminate()
- Terminates a session.
|
|||||||||
| Home >> All >> com >> act365 >> net >> [ tcp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.act365.net.tcp.TCPSession