public class FastJ8SocketChannel extends VanillaSocketChannel
socketChannelFAST_JAVA8_IO| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configureBlocking(boolean blocking) |
boolean |
isBlocking() |
boolean |
isOpen() |
int |
read(ByteBuffer buf) |
int |
write(ByteBuffer byteBuffer) |
getLocalAddress, getRemoteAddress, socket, socketChannel, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFastJava8IO, wrappublic int read(ByteBuffer buf) throws IOException
read in interface ISocketChannelread in class VanillaSocketChannelIOExceptionpublic void configureBlocking(boolean blocking)
throws IOException
configureBlocking in interface ISocketChannelconfigureBlocking in class VanillaSocketChannelIOExceptionpublic boolean isOpen()
isOpen in interface ISocketChannelisOpen in class VanillaSocketChannelpublic boolean isBlocking()
isBlocking in interface ISocketChannelisBlocking in class VanillaSocketChannelpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class VanillaSocketChannelIOExceptionpublic int write(ByteBuffer byteBuffer) throws IOException
write in interface ISocketChannelwrite in class VanillaSocketChannelIOExceptionCopyright © 2018. All rights reserved.