- channelActive(ChannelHandlerContext) - Method in class be.yildiz.module.network.netty.client.SimpleWebSocketClientHandler
-
- channelActive(ChannelHandlerContext) - Method in class be.yildiz.module.network.netty.server.SessionMessageHandler
-
- channelActive(ChannelHandlerContext) - Method in class be.yildiz.module.network.netty.server.SessionWebSocketMessageHandler
-
- channelInactive(ChannelHandlerContext) - Method in class be.yildiz.module.network.netty.client.AbstractClientMessageHandler
-
- channelRead0(ChannelHandlerContext, String) - Method in class be.yildiz.module.network.netty.client.SimpleClientHandler
-
- channelRead0(ChannelHandlerContext, Object) - Method in class be.yildiz.module.network.netty.client.SimpleWebSocketClientHandler
-
- channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class be.yildiz.module.network.netty.server.HttpStaticFileServerHandler
-
- channelRead0(ChannelHandlerContext, String) - Method in class be.yildiz.module.network.netty.server.SessionMessageHandler
-
- channelRead0(ChannelHandlerContext, TextWebSocketFrame) - Method in class be.yildiz.module.network.netty.server.SessionWebSocketMessageHandler
-
- ClientNetty<T> - Class in be.yildiz.module.network.netty.client
-
Netty implementation for a client.
- ClientNetty(Bootstrap) - Constructor for class be.yildiz.module.network.netty.client.ClientNetty
-
Create a new instance of a client.
- close() - Method in class be.yildiz.module.network.netty.client.ClientNetty
-
- connect(String, int) - Method in class be.yildiz.module.network.netty.client.ClientNetty
-
- connectionComplete() - Method in class be.yildiz.module.network.netty.client.ClientNetty
-
- connectionComplete() - Method in class be.yildiz.module.network.netty.client.SimpleClientNetty
-
- connectionComplete() - Method in class be.yildiz.module.network.netty.client.WebSocketClientNetty
-
- create() - Method in class be.yildiz.module.network.netty.client.SimpleClientHandlerFactory
-
- create() - Method in interface be.yildiz.module.network.netty.HandlerFactory
-
- create() - Method in class be.yildiz.module.network.netty.server.HttpStaticFileServerHandlerFactory
-
- create() - Method in class be.yildiz.module.network.netty.server.SessionServerHandlerFactory
-
- createClientNetty() - Static method in interface be.yildiz.module.network.netty.factory.NettyFactory
-
Create a new client for Netty.
- createHttpServerNetty(int, List<String>) - Static method in interface be.yildiz.module.network.netty.factory.NettyFactory
-
Create a new http server for Netty.
- createServerNetty(int, HandlerFactory) - Static method in interface be.yildiz.module.network.netty.factory.NettyFactory
-
Create a new server for Netty.
- createServerNetty(String, int, HandlerFactory) - Static method in interface be.yildiz.module.network.netty.factory.NettyFactory
-
Create a new server for Netty.
- createSimpleClientNetty() - Static method in interface be.yildiz.module.network.netty.factory.NettyFactory
-
Create a new client for Netty.