public class SslProtocolCodec.SSLWriteChannel extends Object implements GatheringByteChannel
| Constructor and Description |
|---|
SslProtocolCodec.SSLWriteChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
int |
write(ByteBuffer plain) |
long |
write(ByteBuffer[] srcs) |
long |
write(ByteBuffer[] srcs,
int offset,
int length) |
public SslProtocolCodec.SSLWriteChannel()
public int write(ByteBuffer plain) throws IOException
write in interface WritableByteChannelIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionpublic long write(ByteBuffer[] srcs, int offset, int length) throws IOException
write in interface GatheringByteChannelIOExceptionpublic long write(ByteBuffer[] srcs) throws IOException
write in interface GatheringByteChannelIOExceptionCopyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.