Package com.martiansoftware.nailgun
Class NGUnixDomainSocket.NGUnixDomainSocketInputStream
java.lang.Object
java.io.InputStream
com.martiansoftware.nailgun.NGUnixDomainSocket.NGUnixDomainSocketInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
NGUnixDomainSocket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
doRead
(ByteBuffer buf) int
read()
int
read
(byte[] b, int off, int len) Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, reset, skip
-
Constructor Details
-
NGUnixDomainSocketInputStream
private NGUnixDomainSocketInputStream()
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
doRead
- Throws:
IOException
-