-
- All Known Implementing Classes:
OtpSocketTransport
public interface OtpTransportClient-side connection-oriented transport interface.- Author:
- Dmitriy Kargapolov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()InputStreamgetInputStream()OutputStreamgetOutputStream()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException- See Also:
Socket.getInputStream()
-
getOutputStream
OutputStream getOutputStream() throws IOException
- Throws:
IOException- See Also:
Socket.getOutputStream()
-
close
void close() throws IOException- Throws:
IOException- See Also:
Socket.close()
-
-