| Package | Description |
|---|---|
| com.google.code.yanf4j.core |
Networking core package
|
| com.google.code.yanf4j.core.impl | |
| com.google.code.yanf4j.nio |
Nio implementation
|
| com.google.code.yanf4j.nio.impl | |
| net.rubyeye.xmemcached.impl |
Manage tcp connection,memcached protocol optimized,and some
MBeans for monitor.
|
| net.rubyeye.xmemcached.networking |
Networking layout to talk with memcached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerStateListener.onAllSessionClosed(Controller controller)
When all connections are closed
|
void |
ControllerStateListener.onException(Controller controller,
Throwable t) |
void |
ControllerStateListener.onReady(Controller controller)
When controller is ready
|
void |
ControllerStateListener.onStarted(Controller controller)
When controller is started
|
void |
ControllerStateListener.onStopped(Controller controller)
When controller has been stopped
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractController
Base controller
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPController
Controller for tcp server
|
| Modifier and Type | Class and Description |
|---|---|
class |
NioController
Base nio controller
|
class |
SocketChannelController
Nio tcp socket controller
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemcachedConnector
Connected session manager
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemcachedClientStateListenerAdapter.onAllSessionClosed(Controller acceptor) |
void |
MemcachedClientStateListenerAdapter.onException(Controller acceptor,
Throwable t) |
void |
MemcachedClientStateListenerAdapter.onReady(Controller acceptor) |
void |
MemcachedClientStateListenerAdapter.onStarted(Controller acceptor) |
void |
MemcachedClientStateListenerAdapter.onStopped(Controller acceptor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connector
Connector which is used to connect to memcached server.
|
Copyright © 2016. All rights reserved.