메소드 | 설명 | |
---|---|---|
DisposeAll ( ) : void | ||
GetClientChain ( |
Registers or retreive a client (MEDM) chain.
|
|
GetIocChain ( Gateway gateway, |
Registers or retreive a server (IOC) chain.
|
|
SendClientPacket ( DataPacket packet ) : void |
Sends a packet to a client connection
|
|
SendIocPacket ( Gateway gateway, DataPacket packet ) : void |
Sends a packet to a server connection
|
메소드 | 설명 | |
---|---|---|
BufferFlusher ( ) : void |
Flushes the buffers every now and then
|
|
DisposeSocket ( Socket socket ) : void |
Disposes a socket
|
|
DropClientConnection ( |
Removes a client (request) chain. Could be triggered from a dispose of the TcpReceiver even in the IOC chain therefore we must check if the chain is indeed a client chain.
|
|
DropServerConnection ( |
Removes an IOC (response) chain
|
|
RegisterClient ( |
Called by the TCP Listener when receiving a new connection. Stores a client (request) chain.
|
|
SocketConnect ( Socket socket, |
||
TcpManager ( ) : System |
Creates the buffer dictionary
|
public static GetClientChain ( |
||
endPoint | ||
리턴 |
public static GetIocChain ( Gateway gateway, |
||
gateway | Gateway | |
endPoint | ||
리턴 |
public static SendClientPacket ( DataPacket packet ) : void | ||
packet | DataPacket | |
리턴 | void |
public static SendIocPacket ( Gateway gateway, DataPacket packet ) : void | ||
gateway | Gateway | |
packet | DataPacket | |
리턴 | void |