Skip navigation links
A B C D E F G H I M N S T V W 

A

AbstractClientMessageHandler<T> - Class in be.yildiz.module.network.netty.client
 
AbstractClientMessageHandler(ClientCallBack) - Constructor for class be.yildiz.module.network.netty.client.AbstractClientMessageHandler
 
AbstractSessionMessageHandler<T> - Class in be.yildiz.module.network.netty.server
 
AbstractSessionMessageHandler(AbstractHandler) - Constructor for class be.yildiz.module.network.netty.server.AbstractSessionMessageHandler
 

B

be.yildiz.module.network.netty - package be.yildiz.module.network.netty
 
be.yildiz.module.network.netty.client - package be.yildiz.module.network.netty.client
 
be.yildiz.module.network.netty.factory - package be.yildiz.module.network.netty.factory
Contains the elements to build client or server.
be.yildiz.module.network.netty.server - package be.yildiz.module.network.netty.server
 
buildMessage(String) - Method in class be.yildiz.module.network.netty.client.ClientNetty
 
buildMessage(String) - Method in class be.yildiz.module.network.netty.client.SimpleClientNetty
 
buildMessage(String) - Method in class be.yildiz.module.network.netty.client.WebSocketClientNetty
 

C

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.

D

DecoderEncoder - Enum in be.yildiz.module.network.netty
Possible codec between client and server.
disconnect() - Method in class be.yildiz.module.network.netty.client.ClientNetty
 

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class be.yildiz.module.network.netty.client.AbstractClientMessageHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class be.yildiz.module.network.netty.server.AbstractSessionMessageHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class be.yildiz.module.network.netty.server.HttpStaticFileServerHandler
 

F

fromAddress(ServerBootstrap, String, int) - Static method in class be.yildiz.module.network.netty.server.ServerNetty
Create a new Netty server.
fromPort(ServerBootstrap, int) - Static method in class be.yildiz.module.network.netty.server.ServerNetty
Create a new Netty server.

G

getCodec() - Method in class be.yildiz.module.network.netty.client.ClientNetty
 
getCodec() - Method in class be.yildiz.module.network.netty.client.SimpleClientHandlerFactory
 
getCodec() - Method in class be.yildiz.module.network.netty.client.SimpleClientNetty
 
getCodec() - Method in class be.yildiz.module.network.netty.client.WebSocketClientNetty
 
getCodec() - Method in interface be.yildiz.module.network.netty.HandlerFactory
 
getCodec() - Method in class be.yildiz.module.network.netty.server.HttpStaticFileServerHandlerFactory
 
getCodec() - Method in class be.yildiz.module.network.netty.server.SessionServerHandlerFactory
 
getSession() - Method in class be.yildiz.module.network.netty.server.AbstractSessionMessageHandler
 

H

handleMessage(String) - Method in class be.yildiz.module.network.netty.client.AbstractClientMessageHandler
 
handler - Variable in class be.yildiz.module.network.netty.server.AbstractSessionMessageHandler
 
handlerAdded(ChannelHandlerContext) - Method in class be.yildiz.module.network.netty.client.SimpleWebSocketClientHandler
 
HandlerFactory - Interface in be.yildiz.module.network.netty
A HandlerFactory implementation will create new ChannelHandler.
handShakeComplete() - Method in class be.yildiz.module.network.netty.client.WebSocketClientNetty
 
handshakeFuture() - Method in class be.yildiz.module.network.netty.client.SimpleWebSocketClientHandler
 
HttpStaticFileServerHandler - Class in be.yildiz.module.network.netty.server
A simple handler that serves incoming HTTP requests to send their respective HTTP responses.
HttpStaticFileServerHandlerFactory - Class in be.yildiz.module.network.netty.server
 
HttpStaticFileServerHandlerFactory(List<String>) - Constructor for class be.yildiz.module.network.netty.server.HttpStaticFileServerHandlerFactory
 

I

initChannel(SocketChannel) - Method in class be.yildiz.module.network.netty.NettyChannelInitializer
 
isServer() - Method in class be.yildiz.module.network.netty.client.SimpleClientHandlerFactory
 
isServer() - Method in interface be.yildiz.module.network.netty.HandlerFactory
 
isServer() - Method in class be.yildiz.module.network.netty.server.HttpStaticFileServerHandlerFactory
 
isServer() - Method in class be.yildiz.module.network.netty.server.SessionServerHandlerFactory
 

M

messageReceivedImpl(Session, MessageWrapper) - Method in class be.yildiz.module.network.netty.server.SessionServerHandler
 

N

NettyChannelInitializer - Class in be.yildiz.module.network.netty
Pipeline factory to build a pipeline to use for netty transfer, every time a channel is initialized, the pipeline is filled with the handler provided by this class.
NettyChannelInitializer(HandlerFactory) - Constructor for class be.yildiz.module.network.netty.NettyChannelInitializer
Create a new instance and register the handlers.
NettyFactory - Interface in be.yildiz.module.network.netty.factory
Create server or client Netty implementations.
NettySessionFactory - Class in be.yildiz.module.network.netty.server
 
NettySessionFactory() - Constructor for class be.yildiz.module.network.netty.server.NettySessionFactory
 

S

sendMessage(ServerRequest) - Method in class be.yildiz.module.network.netty.client.ClientNetty
 
sendMessage(String) - Method in class be.yildiz.module.network.netty.client.ClientNetty
 
ServerNetty - Class in be.yildiz.module.network.netty.server
Server side part of the Netty network system, wrap the netty bootstrap and offer possibility to add handlers.
SessionMessageHandler - Class in be.yildiz.module.network.netty.server
 
SessionMessageHandler(AbstractHandler) - Constructor for class be.yildiz.module.network.netty.server.SessionMessageHandler
 
SessionServerHandler - Class in be.yildiz.module.network.netty.server
A simple that will only redirect received messages to the session manager.
SessionServerHandlerFactory - Class in be.yildiz.module.network.netty.server
 
SessionServerHandlerFactory(SessionManager, DecoderEncoder) - Constructor for class be.yildiz.module.network.netty.server.SessionServerHandlerFactory
 
SessionWebSocketMessageHandler - Class in be.yildiz.module.network.netty.server
 
SessionWebSocketMessageHandler(AbstractHandler) - Constructor for class be.yildiz.module.network.netty.server.SessionWebSocketMessageHandler
 
setSession(Session) - Method in class be.yildiz.module.network.netty.server.AbstractSessionMessageHandler
 
setTimeOut(int) - Method in class be.yildiz.module.network.netty.client.ClientNetty
Set the time out, in milliseconds.
SimpleClientHandler - Class in be.yildiz.module.network.netty.client
AbstractHandler managing the creation of the channel and the use of it.
SimpleClientHandler(ClientCallBack) - Constructor for class be.yildiz.module.network.netty.client.SimpleClientHandler
 
SimpleClientHandlerFactory - Class in be.yildiz.module.network.netty.client
 
SimpleClientHandlerFactory(ClientCallBack, DecoderEncoder) - Constructor for class be.yildiz.module.network.netty.client.SimpleClientHandlerFactory
 
SimpleClientNetty - Class in be.yildiz.module.network.netty.client
 
SimpleClientNetty(Bootstrap) - Constructor for class be.yildiz.module.network.netty.client.SimpleClientNetty
Create a new instance of a client.
SimpleWebSocketClientHandler - Class in be.yildiz.module.network.netty.client
 
SimpleWebSocketClientHandler(ClientCallBack) - Constructor for class be.yildiz.module.network.netty.client.SimpleWebSocketClientHandler
 
startServer() - Method in class be.yildiz.module.network.netty.server.ServerNetty
Start the server to listen to clients.

T

TextNettySession - Class in be.yildiz.module.network.netty.server
 

V

valueOf(String) - Static method in enum be.yildiz.module.network.netty.DecoderEncoder
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.yildiz.module.network.netty.DecoderEncoder
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocketClientNetty - Class in be.yildiz.module.network.netty.client
 
WebSocketClientNetty(Bootstrap) - Constructor for class be.yildiz.module.network.netty.client.WebSocketClientNetty
Create a new instance of a client.
WebSocketNettySession - Class in be.yildiz.module.network.netty.server
 
write(Channel, String) - Method in class be.yildiz.module.network.netty.server.TextNettySession
 
write(Channel, String) - Method in class be.yildiz.module.network.netty.server.WebSocketNettySession
 
A B C D E F G H I M N S T V W 
Skip navigation links

Copyright © 2014–2017. All rights reserved.