Class Mapper.Host
- java.lang.Object
-
- org.glassfish.grizzly.http.server.util.Mapper.MapElement
-
- org.glassfish.grizzly.http.server.util.Mapper.Host
-
- Enclosing class:
- Mapper
protected static final class Mapper.Host extends Mapper.MapElement
-
-
Field Summary
Fields Modifier and Type Field Description Mapper.ContextListcontextListString[]defaultContextPathsMapper.Context[]defaultContexts-
Fields inherited from class org.glassfish.grizzly.http.server.util.Mapper.MapElement
name, object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHost()
-
-
-
Field Detail
-
contextList
public Mapper.ContextList contextList
-
defaultContextPaths
public String[] defaultContextPaths
-
defaultContexts
public Mapper.Context[] defaultContexts
-
-