Uses of Class
org.glassfish.grizzly.http.server.util.MappingData

Packages that use MappingData
  • Uses of MappingData in org.glassfish.grizzly.http.server

    Modifier and Type
    Method
    Description
     
    Methods in org.glassfish.grizzly.http.server with parameters of type MappingData
    Modifier and Type
    Method
    Description
    protected static void
    HttpHandler.updatePaths(Request request, MappingData mappingData)
    Utility method to update Request path values.
  • Uses of MappingData in org.glassfish.grizzly.http.server.util

    Methods in org.glassfish.grizzly.http.server.util with parameters of type MappingData
    Modifier and Type
    Method
    Description
    void
    Mapper.map(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.DataChunk uri, MappingData mappingData)
    Map the specified host name and URI, mutating the given mapping data.
    void
    Mapper.map(org.glassfish.grizzly.http.util.DataChunk host, org.glassfish.grizzly.http.util.DataChunk uri, MappingData mappingData)
    Map the specified host name and URI, mutating the given mapping data.
    void
    Mapper.map(org.glassfish.grizzly.http.util.MessageBytes uri, MappingData mappingData)
    Map the specified URI relative to the context, mutating the given mapping data.
    void
    DispatcherHelper.mapName(org.glassfish.grizzly.http.util.DataChunk name, MappingData mappingData)
     
    void
    DispatcherHelper.mapPath(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.DataChunk path, MappingData mappingData)
     
    void
    Mapper.mapUriWithSemicolon(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.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(org.glassfish.grizzly.http.util.DataChunk serverName, org.glassfish.grizzly.http.util.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.