Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.server.util | |
org.glassfish.grizzly.websockets |
Modifier and Type | Method and Description |
---|---|
MappingData |
Request.obtainMappingData() |
Modifier and Type | Method and Description |
---|---|
protected static void |
HttpHandler.updatePaths(Request request,
MappingData mappingData)
Utility method to update
Request path values. |
Modifier and Type | Method and Description |
---|---|
void |
Mapper.map(DataChunk host,
DataChunk uri,
MappingData mappingData)
Map the specified host name and URI, mutating the given mapping data.
|
void |
Mapper.map(HttpRequestPacket requestPacket,
DataChunk uri,
MappingData mappingData)
Map the specified host name and URI, mutating the given mapping data.
|
void |
Mapper.map(MessageBytes uri,
MappingData mappingData)
Map the specified URI relative to the context,
mutating the given mapping data.
|
void |
DispatcherHelper.mapName(DataChunk name,
MappingData mappingData) |
void |
DispatcherHelper.mapPath(HttpRequestPacket requestPacket,
DataChunk path,
MappingData mappingData) |
void |
Mapper.mapUriWithSemicolon(DataChunk serverName,
DataChunk decodedURI,
MappingData mappingData,
int semicolonPos)
Maps the decodedURI to the corresponding HttpHandler, considering that URI
may have a semicolon with extra data followed, which shouldn't be a part
of mapping process.
|
void |
Mapper.mapUriWithSemicolon(HttpRequestPacket requestPacket,
DataChunk decodedURI,
MappingData mappingData,
int semicolonPos)
Maps the decodedURI to the corresponding HttpHandler, considering that URI
may have a semicolon with extra data followed, which shouldn't be a part
of mapping process.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketMappingData
Mapping information to be filled out during
the
WebSocketApplication discovery. |
Copyright © 2015 Oracle Corporation. All rights reserved.