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