net.sf.crispy.impl.http
Class MiniHttpServer
java.lang.Object
net.sf.crispy.impl.http.MiniHttpServer
- All Implemented Interfaces:
- MiniServer
- public class MiniHttpServer
- extends java.lang.Object
- implements MiniServer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
MiniHttpServer
public MiniHttpServer()
MiniHttpServer
public MiniHttpServer(int pvPort)
getInternalHttpServer
public MiniHttpServer getInternalHttpServer()
setServletName
public void setServletName(java.lang.String pvServletName)
getServletName
public java.lang.String getServletName()
setServletContext
public void setServletContext(java.lang.String pvServletContext)
getServletContext
public java.lang.String getServletContext()
addService
public void addService(java.lang.String pvServiceInterface,
java.lang.String pvServiceObject)
- Description copied from interface:
MiniServer
- Add services to the server
- Specified by:
addService
in interface MiniServer
- Parameters:
pvServiceInterface
- Interface of the service.pvServiceObject
- Implementation of the service.
start
public void start()
- Description copied from interface:
MiniServer
- Start the Server.
- Specified by:
start
in interface MiniServer
stop
public void stop()
- Description copied from interface:
MiniServer
- Stop the Server.
- Specified by:
stop
in interface MiniServer
Copyright © 2005-2006 Crispy. All Rights Reserved.