Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.zazof.jtegServer.ClientConnection

Uses of ClientConnection in org.zazof.jtegServer
 

Fields in org.zazof.jtegServer declared as ClientConnection
private  ClientConnection Player.$connection
           
 

Methods in org.zazof.jtegServer with parameters of type ClientConnection
 void ConnectionController.removeConnection(ClientConnection connection)
          called by ClientConnection if there are IO problems
 

Constructors in org.zazof.jtegServer with parameters of type ClientConnection
Player(ClientConnection connection)