Uses of Interface
org.apache.avro.ipc.Server
Package
Description
Support for inter-process calls.
-
Uses of Server in org.apache.avro.ipc
Modifier and TypeClassDescriptionclass
A datagram-based server implementation.class
AServer
that usesjavax.security.sasl
for authentication and encryption.class
Deprecated.Modifier 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
-
Uses of Server in org.apache.avro.ipc.netty
SaslSocketServer
instead.