Package org.somda.sdc.dpws.http.jetty
Class JettyHttpServerHandler
-
- All Implemented Interfaces:
-
org.eclipse.jetty.server.Handler,org.eclipse.jetty.util.component.Container,org.eclipse.jetty.util.component.Destroyable,org.eclipse.jetty.util.component.Dumpable,org.eclipse.jetty.util.component.Dumpable.DumpableContainer,org.eclipse.jetty.util.component.LifeCycle
public class JettyHttpServerHandler extends AbstractHandlerAbstractHandler implementation based on Jetty HTTP servers.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVER_HEADER_KEYpublic final static StringSERVER_HEADER_VALUEpublic final static StringSTOPPEDpublic final static StringFAILEDpublic final static StringSTARTINGpublic final static StringSTARTEDpublic final static StringSTOPPINGpublic final static StringKEY
-
Method Summary
Modifier and Type Method Description voidhandle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response)-
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandler
destroy, getServer, setServer -
Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addEventListener, addManaged, contains, dump, dump, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, unmanage, updateBean, updateBeans -
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
getEventListeners, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setEventListeners, toString -
Methods inherited from class org.eclipse.jetty.util.component.Container
getCachedBeans -
Methods inherited from class org.eclipse.jetty.util.component.Dumpable.DumpableContainer
isDumpable -
Methods inherited from class org.eclipse.jetty.util.component.Dumpable
dumpContainer, dumpIterable, dumpMapEntries, dumpObject, dumpSelf, named -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-