Package org.apache.tomcat.websocket
Class AsyncChannelWrapperSecure
java.lang.Object
org.apache.tomcat.websocket.AsyncChannelWrapperSecure
- All Implemented Interfaces:
AsyncChannelWrapper
Wraps the
AsynchronousSocketChannel
with SSL/TLS. This needs a lot more testing before it can be considered
robust.-
Constructor Summary
ConstructorDescriptionAsyncChannelWrapperSecure
(AsynchronousSocketChannel socketChannel, SSLEngine sslEngine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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
-
AsyncChannelWrapperSecure
-
-
Method Details
-
read
- Specified by:
read
in interfaceAsyncChannelWrapper
-
read
public <B,A extends B> void read(ByteBuffer dst, A attachment, CompletionHandler<Integer, B> handler) - Specified by:
read
in interfaceAsyncChannelWrapper
-
write
- Specified by:
write
in interfaceAsyncChannelWrapper
-
write
public <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long, B> handler) - Specified by:
write
in interfaceAsyncChannelWrapper
-
close
public void close()- Specified by:
close
in interfaceAsyncChannelWrapper
-
handshake
- Specified by:
handshake
in interfaceAsyncChannelWrapper
- Throws:
SSLException
-
getLocalAddress
- Specified by:
getLocalAddress
in interfaceAsyncChannelWrapper
- Throws:
IOException
-