org.glassfish.grizzly.http.server.util
Interface DispatcherHelper


public interface DispatcherHelper

Interface simplifies by path or name mapping.

Author:
Alexey Stashok

Method Summary
 void mapName(DataChunk name, MappingData mappingData)
           
 void mapPath(DataChunk host, DataChunk path, MappingData mappingData)
           
 

Method Detail

mapPath

void mapPath(DataChunk host,
             DataChunk path,
             MappingData mappingData)
             throws Exception
Throws:
Exception

mapName

void mapName(DataChunk name,
             MappingData mappingData)
             throws Exception
Throws:
Exception


Copyright © 2012 Oracle Corporation. All Rights Reserved.