jxUtil 0.6

org.sourceforge.jxutil.app
Class XFSServer

java.lang.Object
  |
  +--org.sourceforge.jxutil.app.XFSServer
All Implemented Interfaces:
Runnable

public class XFSServer
extends Object
implements Runnable

A toy implementation of an X Font server.


Field Summary
(package private)  Socket socket
           
 
Constructor Summary
(package private) XFSServer(Socket socket)
           
 
Method Summary
static void main(String[] argv)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

final Socket socket
Constructor Detail

XFSServer

XFSServer(Socket socket)
    throws IOException
Method Detail

main

public static void main(String[] argv)

run

public void run()
Specified by:
run in interface Runnable

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.