Uses of Class
com.metratec.lib.connection.ICommConnection
-
Packages that use ICommConnection Package Description com.metratec.lib.connection com.metratec.lib.connection.server -
-
Uses of ICommConnection in com.metratec.lib.connection
Subclasses of ICommConnection in com.metratec.lib.connection Modifier and Type Class Description class
AbstractTcpConnection
Represents tcp connectionsclass
FileConnection
This is an implementation of ICommConnection that relies only on standard JRE file APIs.class
MpsLegacyTunnelConnection
A connection to a slave device behind a MPS Master (MPS Beacon, BraceID, etc.).class
MpsTunnelConnection
A connection to a slave device behind a MPS Master (MPS Beacon, BraceID, etc.).class
PrinterConnection
A connection to a printer.class
Rs232Connection
A connection to a rs232 deviceclass
SerialConnection
Abstract parent class for the serial connectionsclass
SslTcpConnection
A connection to a ssl tcp port
Notes:InputStream.available()
allways return 0 !class
TcpConnection
A connection to a tcp portclass
UsbConnection
A connection to a usb deviceMethods in com.metratec.lib.connection that return ICommConnection Modifier and Type Method Description ICommConnection
MpsTunnelConnection. getMasterConn()
Constructors in com.metratec.lib.connection with parameters of type ICommConnection Constructor Description MpsLegacyTunnelConnection(ICommConnection connection)
Construct a MPS Tunneling Connection.MpsLegacyTunnelConnection(ICommConnection connection, java.lang.String slaveEID)
Construct a MPS Tunneling Connection.MpsTunnelConnection(ICommConnection connection)
Construct a MPS Tunneling Connection.MpsTunnelConnection(ICommConnection connection, java.lang.String slaveEID)
Construct a MPS Tunneling Connection. -
Uses of ICommConnection in com.metratec.lib.connection.server
Methods in com.metratec.lib.connection.server with parameters of type ICommConnection Modifier and Type Method Description void
ClientConnectionListener. clientConnected(ICommConnection connection)
Called if a new client has connected
-