IoSession
once the data
batched for that session in the ExecutorFilter
reaches a defined threshold (the
default is 1 megabytes).IoSession
.IoFilter
s wrapper that keeps track of the number of usages of this filter and will call init/destroy
when the filter is not in use.IoSession
is explicitly closed.IoServiceListener
that listens any events
related with this service.MessageHandler
that receives the messages of
the specified type
.RESULT
message in SumUp protocol.MessageDecoder
that decodes ResultMessage
.MessageEncoder
that encodes ResultMessage
.IoSession.setTrafficMask(TrafficMask)
that
resumes read operations for this session.IoSession.setTrafficMask(TrafficMask)
that
resumes write operations for this session.IoHandler
implementation of reverser server protocol.IOException
.