Method | Description | |
---|---|---|
AbstractSocketByteChannel ( IChannel parent, |
||
DoReadBytes ( IByteBuf buf ) : int |
Read bytes into the given {@link ByteBuf} and return the amount.
|
|
DoWrite ( ChannelOutboundBuffer input ) : void | ||
DoWriteBytes ( IByteBuf buf ) : int |
Write bytes form the given {@link ByteBuf} to the underlying {@link java.nio.channels.Channel}. @param buf the {@link ByteBuf} from which the bytes should be written @return amount the amount of written bytes
|
|
FilterOutboundMessage ( object msg ) : object | ||
IncompleteWrite ( bool scheduleAsync, |
||
NewUnsafe ( ) : IChannelUnsafe | ||
ScheduleSocketRead ( ) : void |
Method | Description | |
---|---|---|
OnReadCompletedSync ( object u, object e ) : void |
protected AbstractSocketByteChannel ( IChannel parent, |
||
parent | IChannel | |
socket | ||
return | System |
protected abstract DoReadBytes ( IByteBuf buf ) : int | ||
buf | IByteBuf | |
return | int |
protected DoWrite ( ChannelOutboundBuffer input ) : void | ||
input | ChannelOutboundBuffer | |
return | void |
protected abstract DoWriteBytes ( IByteBuf buf ) : int | ||
buf | IByteBuf | |
return | int |
protected FilterOutboundMessage ( object msg ) : object | ||
msg | object | |
return | object |
protected IncompleteWrite ( bool scheduleAsync, |
||
scheduleAsync | bool | |
operation | ||
return | void |