Uses of Interface
org.apache.uima.collection.impl.cpm.container.deployer.socket.SocketTransport
-
Packages that use SocketTransport Package Description org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.container.deployer.socket -
-
Uses of SocketTransport in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as SocketTransport Modifier and Type Field Description private SocketTransport
CasObjectNetworkCasProcessorImpl. transport
The transport.Methods in org.apache.uima.collection.impl.cpm.container that return SocketTransport Modifier and Type Method Description private SocketTransport
CasObjectNetworkCasProcessorImpl. pluginTransport(java.lang.String aTransportClass)
Create Transport object from a given class and associate it with this CasProcessor. -
Uses of SocketTransport in org.apache.uima.collection.impl.cpm.container.deployer.socket
Classes in org.apache.uima.collection.impl.cpm.container.deployer.socket that implement SocketTransport Modifier and Type Class Description class
OFSocketTransportImpl
The Class OFSocketTransportImpl.
-