Uses of Interface
net.jetrix.Protocol

Packages that use Protocol
net.jetrix The main package for Jetrix. 
net.jetrix.agent   
net.jetrix.clients Contains concrete Client implementations. 
net.jetrix.messages.channel Message implementations related to the game channel. 
net.jetrix.protocols Contains concrete Protocol implementations. 
 

Uses of Protocol in net.jetrix
 

Methods in net.jetrix with type parameters of type Protocol
<P extends Protocol>
P
ProtocolManager.getProtocol(Class<P> cls)
          Returns a protocol of the specified class.
 

Methods in net.jetrix that return Protocol
 Protocol Client.getProtocol()
          Return the protocol used by this client.
 

Methods in net.jetrix with parameters of type Protocol
 String Message.getRawMessage(Protocol protocol, Locale locale)
          Return the view of this message in the specified protocol.
 void Message.setRawMessage(Protocol protocol, String message)
          Set the view of the message in the specified protocol.
 

Uses of Protocol in net.jetrix.agent
 

Fields in net.jetrix.agent declared as Protocol
protected  Protocol TetrinetAgent.protocol
           
 

Uses of Protocol in net.jetrix.clients
 

Methods in net.jetrix.clients that return Protocol
 Protocol ConsoleClient.getProtocol()
           
 Protocol TetrinetClient.getProtocol()
          Return the protocol used by this client.
 

Methods in net.jetrix.clients with parameters of type Protocol
 void TetrinetClient.setProtocol(Protocol protocol)
          Set the protocol.
 

Uses of Protocol in net.jetrix.messages.channel
 

Methods in net.jetrix.messages.channel with parameters of type Protocol
 String TextMessage.getRawMessage(Protocol protocol, Locale locale)
           
 

Uses of Protocol in net.jetrix.protocols
 

Classes in net.jetrix.protocols that implement Protocol
 class AbstractProtocol
          Abstract protocol implementing the readLine(Reader) method.
 class ConsoleProtocol
          Protocol to communicate with a console client
 class IRCProtocol
          Protocol to communicate with IRC clients.
 class QueryProtocol
          Query Protocol.
 class TetrifastProtocol
          Protocol to communicate with Tetrifast compatible clients.
 class TetrinetProtocol
          Protocol to communicate with TetriNET 1.13 compatible clients.
 class TspecProtocol
          An abstract protocol to communicate with a client.
 



Copyright © 2001-2010. All Rights Reserved.