Interface DispatcherHelper
public interface DispatcherHelper
Interface simplifies by path or name mapping.
- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionvoidmapName(org.glassfish.grizzly.http.util.DataChunk name, MappingData mappingData) voidmapPath(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.DataChunk path, MappingData mappingData)
-
Method Details
-
mapPath
void mapPath(org.glassfish.grizzly.http.HttpRequestPacket requestPacket, org.glassfish.grizzly.http.util.DataChunk path, MappingData mappingData) throws Exception - Throws:
Exception
-
mapName
void mapName(org.glassfish.grizzly.http.util.DataChunk name, MappingData mappingData) throws Exception - Throws:
Exception
-