public class SslProtocolCodec.SSLReadChannel extends Object implements ScatteringByteChannel
Constructor and Description |
---|
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 SSLReadChannel()
public int read(ByteBuffer plain) throws IOException
read
in interface ReadableByteChannel
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in interface Channel
IOException
public long read(ByteBuffer[] dsts, int offset, int length) throws IOException
read
in interface ScatteringByteChannel
IOException
public long read(ByteBuffer[] dsts) throws IOException
read
in interface ScatteringByteChannel
IOException
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.