|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionEventType | |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| Uses of ConnectionEventType in com.alipay.remoting |
|---|
| Methods in com.alipay.remoting that return ConnectionEventType | |
|---|---|
static ConnectionEventType |
ConnectionEventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionEventType[] |
ConnectionEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.alipay.remoting with parameters of type ConnectionEventType | |
|---|---|
void |
ConnectionEventListener.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor)
Add event processor. |
void |
ConnectionEventListener.onEvent(ConnectionEventType type,
String remoteAddr,
Connection conn)
Dispatch events. |
| Uses of ConnectionEventType in com.alipay.remoting.rpc |
|---|
| Methods in com.alipay.remoting.rpc with parameters of type ConnectionEventType | |
|---|---|
void |
RpcServer.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor)
Add processor to process connection event. |
void |
RpcClient.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor)
Add processor to process connection event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||