anyframe.core.remoting.webservices.server
Class JettyServer
java.lang.Object
anyframe.core.remoting.webservices.server.JettyServer
- All Implemented Interfaces:
- Server
public class JettyServer
- extends Object
- implements Server
JettyServer makes server implementation simplified
when you use JettyServer explicitly using a Jetty
APIs. You can set server information and start/stop
server consistently.
- Author:
- SooYeon Park
| Fields inherited from interface anyframe.core.remoting.webservices.server.Server |
LOGGER |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyServer
public JettyServer()
setServerInfo
public void setServerInfo(ServerInfo serverInfo)
- Specified by:
setServerInfo in interface Server
start
public void start()
throws Exception
- Specified by:
start in interface Server
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop in interface Server
- Throws:
Exception
Copyright © 2008-2009 Samsung SDS. All Rights Reserved.