net.petterroea.starterkit
Class ServerClient

java.lang.Object
  extended by net.petterroea.starterkit.ServerClient

public class ServerClient
extends java.lang.Object

Client object used by serverside. Did you expect that?

Author:
petterroea

Field Summary
(package private)  java.util.LinkedList<Packet> out
           
(package private)  java.nio.channels.SocketChannel socket
           
 
Constructor Summary
ServerClient(java.nio.channels.SocketChannel socket)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

java.util.LinkedList<Packet> out

socket

java.nio.channels.SocketChannel socket
Constructor Detail

ServerClient

public ServerClient(java.nio.channels.SocketChannel socket)