public final class SimpleContainer extends Object implements org.simpleframework.http.core.Container, Container
Container implementation based on Simple framework Container.DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT| Modifier and Type | Method and Description |
|---|---|
ApplicationHandler |
getApplicationHandler() |
ResourceConfig |
getConfiguration() |
void |
handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response) |
void |
reload() |
void |
reload(ResourceConfig configuration) |
public void handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response)
public ResourceConfig getConfiguration()
getConfiguration in interface Containerpublic void reload(ResourceConfig configuration)
public ApplicationHandler getApplicationHandler()
getApplicationHandler in interface ContainerCopyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.