Package | Description |
---|---|
org.apache.avro.ipc |
Support for inter-process calls.
|
org.apache.avro.ipc.jetty | |
org.apache.avro.ipc.netty |
Modifier and Type | Class and Description |
---|---|
class |
DatagramServer
A datagram-based server implementation.
|
class |
SaslSocketServer
A
Server that uses javax.security.sasl for authentication and
encryption. |
class |
SocketServer
Deprecated.
use
SaslSocketServer instead. |
Modifier and Type | Method and Description |
---|---|
static Server |
Ipc.createServer(Responder responder,
URI uri)
Create a
Server listening at the named URI using the provided
responder. |
Modifier and Type | Class and Description |
---|---|
class |
HttpServer
An HTTP-based RPC
Server . |
Modifier and Type | Class and Description |
---|---|
class |
NettyServer
A Netty-based RPC
Server implementation. |
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.