| 限定符和类型 | 方法和说明 |
|---|---|
LRUHashMap<K,V> |
LRUHashMap.onRemove(Proc2<Object,V> func) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T1,T2> void |
Procs.invoke(Proc2<T1,T2> proc,
T1 t1,
T2 t2) |
| 限定符和类型 | 方法和说明 |
|---|---|
Org |
Org.onAddJob(Proc2<Org,Job> listener) |
Org |
Org.onJoin(Proc2<Org,OrgMember> listener) |
Org |
Org.onQuit(Proc2<Org,OrgMember> listener) |
Org |
Org.onRemoveJob(Proc2<Org,Job> listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
BinaryServer.BinaryServerBuilder |
BinaryServer.BinaryServerBuilder.dispatchMessage(Proc2<Message,IHandler<Message>> dispatchMessage)
分发消息监听
|
BinaryClient.BinaryClientBuilder |
BinaryClient.BinaryClientBuilder.dispatchMessage(Proc2<Message,IHandler<Message>> dispatchMessage) |
BinaryClient.BinaryClientBuilder |
BinaryClient.BinaryClientBuilder.onChannelStateChanged(Proc2<BinaryClient,Boolean> onChannelStateChanged) |
BinaryServer.BinaryServerBuilder |
BinaryServer.BinaryServerBuilder.onChannelStateChanged(Proc2<io.netty.channel.Channel,Boolean> onChannelStateChanged)
链接断开或连接监听
|
BinaryClient.BinaryClientBuilder |
BinaryClient.BinaryClientBuilder.onExceptionCaught(Proc2<BinaryClient,Throwable> onExceptionCaught) |
BinaryServer.BinaryServerBuilder |
BinaryServer.BinaryServerBuilder.onExceptionCaught(Proc2<io.netty.channel.Channel,Throwable> onExceptionCaught)
异常监听
|
| 限定符和类型 | 方法和说明 |
|---|---|
InnerMasterServer.InnerMasterServerBuilder |
InnerMasterServer.InnerMasterServerBuilder.onConnectionChanged(Proc2<InnerServerData,Boolean> onConnectionChanged) |
InnerSlaveServer.InnerSlaveServerBuilder |
InnerSlaveServer.InnerSlaveServerBuilder.onNewSlaveQuit(Proc2<Integer,Integer> onNewSlaveQuit) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsoleServer.ConsoleServerBuilder |
ConsoleServer.ConsoleServerBuilder.onExceptionCaught(Proc2<io.netty.channel.Channel,Throwable> onExceptionCaught) |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpServer.HttpServerBuilder |
HttpServer.HttpServerBuilder.dispatchMessage(Proc2<UrlMessage,HttpHandler<UrlMessage>> dispatchMessage) |
HttpServer.HttpServerBuilder |
HttpServer.HttpServerBuilder.onChannelStateChanged(Proc2<io.netty.channel.Channel,Boolean> onChannelStateChanged) |
HttpServer.HttpServerBuilder |
HttpServer.HttpServerBuilder.onExceptionCaught(Proc2<io.netty.channel.Channel,Throwable> onExceptionCaught) |
HttpServer.HttpServerBuilder |
HttpServer.HttpServerBuilder.onMessageOverSize(Proc2<io.netty.channel.Channel,io.netty.handler.codec.http.HttpMessage> onMessageOverSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
ITaskQueue<T> |
LinkedBlockingTaskQueue.exception(Proc2<T,Throwable> exception) |
Copyright © 2017. All rights reserved.