Uses of Package
net.jetrix

Packages that use net.jetrix
net.jetrix The main package for Jetrix. 
net.jetrix.agent   
net.jetrix.clients Contains concrete Client implementations. 
net.jetrix.commands Contains concrete Command implementations. 
net.jetrix.config Configuration classes for Jetrix elements (server, channels, filters, etc..). 
net.jetrix.filter Contains concrete MessageFilter implementations. 
net.jetrix.listeners Contains concrete Listener implementations. 
net.jetrix.listeners.interceptor   
net.jetrix.messages Contains concrete Message implementations. 
net.jetrix.messages.channel Message implementations related to the game channel. 
net.jetrix.messages.channel.specials Message implementations related to special actions sent between players during the game. 
net.jetrix.protocols Contains concrete Protocol implementations. 
net.jetrix.services   
net.jetrix.winlist   
 

Classes in net.jetrix used by net.jetrix
Banlist
          List of hosts banned from the server.
Banlist.Entry
          A ban list entry.
Channel
          Game channel.
ChannelManager
          Manages Channels
Client
          Layer handling communication with a client.
ClientRepository
          Repository of clients connected to the server.
DataSourceManager
          Manage the connection pools to the databases.
Destination
          A destination for server messages.
Field
          A game field.
GameState
          Game states.
Language
          Helper class to handle and retrieve localized strings.
Message
          Internal message sent between server, channels and client handlers.
Protocol
          A protocol to communicate with a client.
ProtocolManager
          Manages protocols.
Server
          Main class, starts the server components and handle the server level messages.
Service
          A service running in background.
User
          A user connected to the server.
 

Classes in net.jetrix used by net.jetrix.agent
Message
          Internal message sent between server, channels and client handlers.
Protocol
          A protocol to communicate with a client.
 

Classes in net.jetrix used by net.jetrix.clients
Channel
          Game channel.
Client
          Layer handling communication with a client.
Destination
          A destination for server messages.
Message
          Internal message sent between server, channels and client handlers.
Protocol
          A protocol to communicate with a client.
User
          A user connected to the server.
 

Classes in net.jetrix used by net.jetrix.commands
Channel
          Game channel.
 

Classes in net.jetrix used by net.jetrix.config
Field
          A game field.
Listener
          A service bound to a port.
Service
          A service running in background.
 

Classes in net.jetrix used by net.jetrix.filter
Channel
          Game channel.
Message
          Internal message sent between server, channels and client handlers.
 

Classes in net.jetrix used by net.jetrix.listeners
Client
          Layer handling communication with a client.
Listener
          A service bound to a port.
Service
          A service running in background.
 

Classes in net.jetrix used by net.jetrix.listeners.interceptor
Client
          Layer handling communication with a client.
Destination
          A destination for server messages.
Field
          A game field.
Message
          Internal message sent between server, channels and client handlers.
 

Classes in net.jetrix used by net.jetrix.messages
Client
          Layer handling communication with a client.
Message
          Internal message sent between server, channels and client handlers.
 

Classes in net.jetrix used by net.jetrix.messages.channel
Channel
          Game channel.
Client
          Layer handling communication with a client.
Message
          Internal message sent between server, channels and client handlers.
Protocol
          A protocol to communicate with a client.
 

Classes in net.jetrix used by net.jetrix.messages.channel.specials
Message
          Internal message sent between server, channels and client handlers.
 

Classes in net.jetrix used by net.jetrix.protocols
Message
          Internal message sent between server, channels and client handlers.
Protocol
          A protocol to communicate with a client.
 

Classes in net.jetrix used by net.jetrix.services
Service
          A service running in background.
 

Classes in net.jetrix used by net.jetrix.winlist
Channel
          Game channel.
User
          A user connected to the server.
 



Copyright © 2001-2010. All Rights Reserved.