Package org.apache.http.nio.reactor.ssl
Class SSLIOSession.InternalByteChannel
java.lang.Object
org.apache.http.nio.reactor.ssl.SSLIOSession.InternalByteChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ByteChannel
,Channel
,ReadableByteChannel
,WritableByteChannel
- Enclosing class:
SSLIOSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
isOpen()
int
read
(ByteBuffer dst) int
write
(ByteBuffer src)
-
Constructor Details
-
InternalByteChannel
private InternalByteChannel()
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritableByteChannel
- Throws:
IOException
-
read
- Specified by:
read
in interfaceReadableByteChannel
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceChannel
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
isOpen
public boolean isOpen()
-