Uses of Interface
org.apache.avro.ipc.Server
Packages that use Server
Package
Description
Support for inter-process calls.
-
Uses of Server in org.apache.avro.ipc
Classes in org.apache.avro.ipc that implement ServerModifier and TypeClassDescriptionclass
A datagram-based server implementation.class
AServer
that usesjavax.security.sasl
for authentication and encryption.class
Deprecated.Methods in org.apache.avro.ipc that return ServerModifier and TypeMethodDescriptionstatic Server
Ipc.createServer
(Responder responder, URI uri) Create aServer
listening at the named URI using the provided responder. -
Uses of Server in org.apache.avro.ipc.jetty
Classes in org.apache.avro.ipc.jetty that implement Server -
Uses of Server in org.apache.avro.ipc.netty
Classes in org.apache.avro.ipc.netty that implement Server
SaslSocketServer
instead.