Uses of Interface
com.zebra.sdk.comm.StatusConnection
Packages that use StatusConnection
Package
Description
Provides implementation for communication protocols.
Provides implementation for communicating to Link-OS printers over Web Sockets.
-
Uses of StatusConnection in com.zebra.sdk.comm
Subinterfaces of StatusConnection in com.zebra.sdk.commModifier and TypeInterfaceDescriptioninterfaceA status connection to a Link-OS printer.Classes in com.zebra.sdk.comm that implement StatusConnectionModifier and TypeClassDescriptionclassAbstract class which implements the default functionality ofStatusConnection.classEstablishes a status only TCP connection to a device
classEstablishes a status only TLS connection to a device
Methods in com.zebra.sdk.comm that return StatusConnectionModifier and TypeMethodDescriptionMultichannelConnection.getStatusChannel()Returns the underlying statusStatusConnectionof this MultichannelConnection. -
Uses of StatusConnection in com.zebra.sdk.remote.comm
Classes in com.zebra.sdk.remote.comm that implement StatusConnectionModifier and TypeClassDescriptionclassEstablishes a status only Remote connection to a device.