Uses of Interface
com.zebra.sdk.comm.ConnectionReestablisher
Packages that use ConnectionReestablisher
Package
Description
Provides implementation for communication protocols.
Provides implementation for communicating to Link-OS printers over Web Sockets.
-
Uses of ConnectionReestablisher in com.zebra.sdk.comm
Methods in com.zebra.sdk.comm that return ConnectionReestablisherModifier and TypeMethodDescriptionConnection.getConnectionReestablisher(long thresholdTime) Returns aConnectionReestablisherwhich allows for easy recreation of a connection which may have been closed.ConnectionA.getConnectionReestablisher(long thresholdTime) DriverPrinterConnection.getConnectionReestablisher(long thresholdTime) MultichannelConnection.getConnectionReestablisher(long thresholdTime) MultichannelTcpConnection.getConnectionReestablisher(long thresholdTime) MultichannelTlsConnection.getConnectionReestablisher(long thresholdTime) TcpConnection.getConnectionReestablisher(long thresholdTime) TlsConnection.getConnectionReestablisher(long thresholdTime) UsbConnection.getConnectionReestablisher(long thresholdTime) -
Uses of ConnectionReestablisher in com.zebra.sdk.remote.comm
Methods in com.zebra.sdk.remote.comm that return ConnectionReestablisherModifier and TypeMethodDescriptionMultichannelRemoteConnection.getConnectionReestablisher(long thresholdTime) RemoteConnection.getConnectionReestablisher(long thresholdTime) RemoteStatusConnection.getConnectionReestablisher(long thresholdTime)