|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SerialSession
An IoSession
for serial communication transport.
Method Summary | |
---|---|
SerialSessionConfig |
getConfig()
|
SerialAddress |
getLocalAddress()
Returns the socket address of local machine which is associated with this session. |
SerialAddress |
getRemoteAddress()
Returns the socket address of remote peer. |
SerialAddress |
getServiceAddress()
Returns the socket address of the IoService listens to to manage
this session. |
Method Detail |
---|
SerialSessionConfig getConfig()
getConfig
in interface IoSession
SerialAddress getRemoteAddress()
IoSession
getRemoteAddress
in interface IoSession
SerialAddress getLocalAddress()
IoSession
getLocalAddress
in interface IoSession
SerialAddress getServiceAddress()
IoSession
IoService
listens to to manage
this session. If this session is managed by IoAcceptor
, it
returns the SocketAddress
which is specified as a parameter of
IoAcceptor.bind()
. If this session is managed by
IoConnector
, this method returns the same address with
that of IoSession.getRemoteAddress()
.
getServiceAddress
in interface IoSession
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |