| Package | Description |
|---|---|
| net.codestory.http | |
| net.codestory.http.extensions | |
| net.codestory.http.internal | |
| net.codestory.http.payload | |
| net.codestory.http.routes |
| Modifier and Type | Method and Description |
|---|---|
Response |
Context.response() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWebServer.handle(Request request,
Response response) |
| Constructor and Description |
|---|
Context(Request request,
Response response,
IocAdapter iocAdapter) |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextFactory.create(Request request,
Response response,
IocAdapter iocAdapter) |
PayloadWriter |
PayloadWriterFactory.create(Site site,
Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
Handler.handle(Request request,
Response response) |
| Modifier and Type | Field and Description |
|---|---|
protected Response |
PayloadWriter.response |
| Constructor and Description |
|---|
PayloadWriter(Site site,
Request request,
Response response) |
PayloadWriter(Site site,
Request request,
Response response,
java.util.concurrent.ExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
Context |
RouteCollection.createContext(Request request,
Response response) |
PayloadWriter |
RouteCollection.createPayloadWriter(Request request,
Response response) |
Copyright © 2014. All Rights Reserved.