| Package | Description |
|---|---|
| net.sf.lipermi.handler | |
| net.sf.lipermi.handler.filter | |
| net.sf.lipermi.net |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionHandler |
ConnectionHandler.createConnectionHandler(Socket socket,
CallHandler callHandler,
IProtocolFilter filter) |
static ConnectionHandler |
ConnectionHandler.createConnectionHandler(Socket socket,
CallHandler callHandler,
IProtocolFilter filter,
IConnectionHandlerListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilter
Default protocol filter implementation.
|
class |
GZipFilter
GZip filter to compact data using GZip I/O streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.bind(int port,
CallHandler callHandler,
IProtocolFilter filter) |
| Constructor and Description |
|---|
Client(String address,
int port,
CallHandler callHandler,
IProtocolFilter filter) |
Copyright © 2015. All rights reserved.