-
- 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)-
-
Method Detail
-
getSslBuffer
final ByteBuffer getSslBuffer()
-
getInput
final InputStream getInput()
-
-
-
-