|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Destination | |
|---|---|
| net.jetrix | The main package for Jetrix. |
| net.jetrix.clients | Contains concrete Client implementations. |
| net.jetrix.listeners.interceptor | |
| Uses of Destination in net.jetrix |
|---|
| Subinterfaces of Destination in net.jetrix | |
|---|---|
interface |
Client
Layer handling communication with a client. |
| Classes in net.jetrix that implement Destination | |
|---|---|
class |
Channel
Game channel. |
class |
Server
Main class, starts the server components and handle the server level messages. |
| Methods in net.jetrix that return Destination | |
|---|---|
Destination |
Message.getDestination()
Return the destination of this message. |
Destination |
Message.getSource()
Return the source of this message. |
| Methods in net.jetrix with parameters of type Destination | |
|---|---|
void |
Message.setDestination(Destination destination)
Set the destination of this message (optional). |
void |
Message.setSource(Destination source)
Set the source of this message. |
| Uses of Destination in net.jetrix.clients |
|---|
| Classes in net.jetrix.clients that implement Destination | |
|---|---|
class |
ConsoleClient
Command line console. |
class |
IRCClient
Layer handling the communication with an IRC client. |
class |
QueryClient
Client for the query protocol on port 31457. |
class |
TetrinetClient
Layer handling communication with a tetrinet or tetrifast client. |
class |
TSpecClient
Spectator client. |
| Uses of Destination in net.jetrix.listeners.interceptor |
|---|
| Classes in net.jetrix.listeners.interceptor that implement Destination | |
|---|---|
class |
InteractiveInterceptor
Interceptor expecting a response from the client (a password, a speed check, etc). |
class |
SpeedCheckInterceptor
Interceptor checking the delay between two successive pieces. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||