Class SocketWritableByteChannel
java.lang.Object
io.netty.channel.unix.SocketWritableByteChannel
- All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ByteBufAllocatoralloc()final voidclose()final booleanisOpen()final intwrite(ByteBuffer src) protected intwrite(ByteBuffer buf, int pos, int limit)
-
Field Details
-
fd
-
-
Constructor Details
-
SocketWritableByteChannel
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-
isOpen
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-
alloc
-