public interface ReadContext extends ConnectionHandlerContext
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Obtains the data just read to be consumed by the
ConnectionHandler . |
getTime
byte[] getData()
Obtains the data just read to be consumed by the
ConnectionHandler
.
The returned array is always new and must be consumed (or stored to be
consumed) by the ConnectionHandler
.
ConnectionHandler
.Copyright © 2005–2016. All rights reserved.