|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
---|---|
org.apache.avro.ipc | Support for inter-process calls. |
Uses of Server in org.apache.avro.ipc |
---|
Classes in org.apache.avro.ipc that implement Server | |
---|---|
class |
DatagramServer
A datagram-based server implementation. |
class |
HttpServer
An HTTP-based RPC Server . |
class |
NettyServer
A Netty-based RPC Server implementation. |
class |
SaslSocketServer
A Server that uses javax.security.sasl for authentication
and encryption. |
class |
SocketServer
Deprecated. use SaslSocketServer instead. |
Methods in org.apache.avro.ipc that return Server | |
---|---|
static Server |
Ipc.createServer(Responder responder,
URI uri)
Create a Server listening at the named URI using the provided
responder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |