Package org.apache.tomcat.websocket
Class AsyncChannelWrapperNonSecure
java.lang.Object
org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
- All Implemented Interfaces:
- AsyncChannelWrapper
Generally, just passes calls straight to the wrapped 
AsynchronousSocketChannel. In some cases exceptions may
 be swallowed to save them being swallowed by the calling code.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()read(ByteBuffer dst) <B,A extends B> 
 voidread(ByteBuffer dst, A attachment, CompletionHandler<Integer, B> handler) write(ByteBuffer src) <B,A extends B> 
 voidwrite(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long, B> handler) 
- 
Constructor Details- 
AsyncChannelWrapperNonSecure
 
- 
- 
Method Details- 
read- Specified by:
- readin interface- AsyncChannelWrapper
 
- 
readpublic <B,A extends B> void read(ByteBuffer dst, A attachment, CompletionHandler<Integer, B> handler) - Specified by:
- readin interface- AsyncChannelWrapper
 
- 
write- Specified by:
- writein interface- AsyncChannelWrapper
 
- 
writepublic <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long, B> handler) - Specified by:
- writein interface- AsyncChannelWrapper
 
- 
closepublic void close()- Specified by:
- closein interface- AsyncChannelWrapper
 
- 
handshake- Specified by:
- handshakein interface- AsyncChannelWrapper
 
- 
getLocalAddress- Specified by:
- getLocalAddressin interface- AsyncChannelWrapper
- Throws:
- IOException
 
 
-