Package org.openziti.net.internal
Class ZitiSSLSocket.Input
-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public final class ZitiSSLSocket.Input extends InputStream
-
-
Field Summary
Fields Modifier and Type Field Description private final ByteBuffersslBufferprivate final InputStreaminput
-
Constructor Summary
Constructors Constructor Description ZitiSSLSocket.Input()
-
Method Summary
Modifier and Type Method Description final ByteBuffergetSslBuffer()final InputStreamgetInput()Integerread()Integerread(ByteArray out, Integer off, Integer len)-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSslBuffer
final ByteBuffer getSslBuffer()
-
getInput
final InputStream getInput()
-
-
-
-