Package io.netty5.channel.unix
Class SocketWritableByteChannel
- java.lang.Object
- 
- io.netty5.channel.unix.SocketWritableByteChannel
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Channel,- WritableByteChannel
 
 public abstract class SocketWritableByteChannel extends Object implements WritableByteChannel 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSocketWritableByteChannel(FileDescriptor fd)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract BufferAllocatoralloc()voidclose()booleanisOpen()intwrite(ByteBuffer src)
 
- 
- 
- 
Constructor Detail- 
SocketWritableByteChannelprotected SocketWritableByteChannel(FileDescriptor fd) 
 
- 
 - 
Method Detail- 
writepublic final int write(ByteBuffer src) throws IOException - Specified by:
- writein interface- WritableByteChannel
- Throws:
- IOException
 
 - 
closepublic final void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Channel
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 - 
allocprotected abstract BufferAllocator alloc() 
 
- 
 
-