Package com.dalsemi.onewire.adapter
Class NetAdapterConstants.Connection
java.lang.Object
com.dalsemi.onewire.adapter.NetAdapterConstants.Connection
- Enclosing interface:
- NetAdapterConstants
An inner utility class for coupling Socket with I/O streams
-
Field Summary
FieldsModifier and TypeFieldDescriptioninput stream from socketoutput stream from socketsocket to host -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sock
socket to host -
input
input stream from socket -
output
output stream from socket
-
-
Constructor Details
-
Connection
public Connection()
-