|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WrappedByteChannel
Method Summary | |
---|---|
boolean |
isBlocking()
|
boolean |
isNeedRead()
returns whether readMore should be called to fetch data which has been decoded but not yet been returned. |
boolean |
isNeedWrite()
|
int |
readMore(ByteBuffer dst)
This function does not read data from the underlying channel at all. |
void |
writeMore()
|
Methods inherited from interface java.nio.channels.ReadableByteChannel |
---|
read |
Methods inherited from interface java.nio.channels.WritableByteChannel |
---|
write |
Methods inherited from interface java.nio.channels.Channel |
---|
close, isOpen |
Method Detail |
---|
boolean isNeedWrite()
void writeMore() throws IOException
IOException
boolean isNeedRead()
ReadableByteChannel.read(ByteBuffer)
,
readMore(ByteBuffer)
int readMore(ByteBuffer dst) throws SSLException
ReadableByteChannel.read(ByteBuffer)
.
SSLException
boolean isBlocking()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |