public class SslProtocolCodec.SSLReadChannel extends Object implements ScatteringByteChannel
| Constructor and Description |
|---|
SslProtocolCodec.SSLReadChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
int |
read(ByteBuffer plain) |
long |
read(ByteBuffer[] dsts) |
long |
read(ByteBuffer[] dsts,
int offset,
int length) |
public SslProtocolCodec.SSLReadChannel()
public int read(ByteBuffer plain) throws IOException
read in interface ReadableByteChannelIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionpublic long read(ByteBuffer[] dsts, int offset, int length) throws IOException
read in interface ScatteringByteChannelIOExceptionpublic long read(ByteBuffer[] dsts) throws IOException
read in interface ScatteringByteChannelIOExceptionCopyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.