Package io.aether.net.fastMeta
Interface FastMetaServer.Handler<LT,RT extends RemoteApi>
-
- Enclosing interface:
- FastMetaServer<LT,RT extends RemoteApi>
public static interface FastMetaServer.Handler<LT,RT extends RemoteApi>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectionClose(FastMetaNet.Connection<LT,RT> connection)LTonNewConnection(FastMetaNet.Connection<LT,RT> connection)
-
-
-
Method Detail
-
onNewConnection
LT onNewConnection(FastMetaNet.Connection<LT,RT> connection)
-
onConnectionClose
void onConnectionClose(FastMetaNet.Connection<LT,RT> connection)
-
-