Uses of Class
org.glassfish.grizzly.http.server.util.MappingData
Packages that use MappingData
Package
Description
-
Uses of MappingData in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return MappingDataMethods in org.glassfish.grizzly.http.server with parameters of type MappingDataModifier and TypeMethodDescriptionprotected static voidHttpHandler.updatePaths(Request request, MappingData mappingData) Utility method to updateRequestpath values. -
Uses of MappingData in org.glassfish.grizzly.http.server.util
Methods in org.glassfish.grizzly.http.server.util with parameters of type MappingDataModifier and TypeMethodDescriptionvoidMapper.map(HttpRequestPacket requestPacket, DataChunk uri, MappingData mappingData) Map the specified host name and URI, mutating the given mapping data.voidMapper.map(DataChunk host, DataChunk uri, MappingData mappingData) Map the specified host name and URI, mutating the given mapping data.voidMapper.map(MessageBytes uri, MappingData mappingData) Map the specified URI relative to the context, mutating the given mapping data.voidDispatcherHelper.mapName(DataChunk name, MappingData mappingData) voidDispatcherHelper.mapPath(HttpRequestPacket requestPacket, DataChunk path, MappingData mappingData) voidMapper.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.voidMapper.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. -
Uses of MappingData in org.glassfish.grizzly.websockets
Subclasses of MappingData in org.glassfish.grizzly.websocketsModifier and TypeClassDescriptionclassMapping information to be filled out during theWebSocketApplicationdiscovery.