org.iids.aos.systemservices.communicator
Class XmlRpcWebServer

java.lang.Object
  extended by org.apache.xmlrpc.WebServer
      extended by org.iids.aos.systemservices.communicator.XmlRpcWebServer
All Implemented Interfaces:
java.lang.Runnable

public class XmlRpcWebServer
extends org.apache.xmlrpc.WebServer

Author:
hidde@cs.vu.nl

Field Summary
 
Fields inherited from class org.apache.xmlrpc.WebServer
accept, clength, conclose, conkeep, ctype, deny, doubleNewline, listener, newline, ok, runners, server, serverSocket, threadpool, wwwAuthenticate, xmlrpc
 
Constructor Summary
XmlRpcWebServer(int i)
           
XmlRpcWebServer(int i, java.net.InetAddress inetAddress)
           
XmlRpcWebServer(int i, java.net.InetAddress inetAddress, org.apache.xmlrpc.XmlRpcServer xmlRpcServer)
           
 
Method Summary
protected  java.net.ServerSocket createServerSocket(int i, int i1, java.net.InetAddress inetAddress)
           
 int getListenPort()
           
 void setListenPort(int listenPort)
           
 void shutdownHard()
          Close forcefully, used for testing IPC errors
 
Methods inherited from class org.apache.xmlrpc.WebServer
acceptClient, addDefaultHandlers, addHandler, allowConnection, checkSocket, denyClient, determinePort, getRunner, main, removeHandler, run, setParanoid, shutdown, start, toHTTPBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcWebServer

public XmlRpcWebServer(int i)

XmlRpcWebServer

public XmlRpcWebServer(int i,
                       java.net.InetAddress inetAddress)

XmlRpcWebServer

public XmlRpcWebServer(int i,
                       java.net.InetAddress inetAddress,
                       org.apache.xmlrpc.XmlRpcServer xmlRpcServer)
Method Detail

createServerSocket

protected java.net.ServerSocket createServerSocket(int i,
                                                   int i1,
                                                   java.net.InetAddress inetAddress)
                                            throws java.lang.Exception
Overrides:
createServerSocket in class org.apache.xmlrpc.WebServer
Throws:
java.lang.Exception

getListenPort

public int getListenPort()

setListenPort

public void setListenPort(int listenPort)

shutdownHard

public void shutdownHard()
Close forcefully, used for testing IPC errors



Copyright © 2003, 2004 IIDS Group. All Rights Reserved.