Class ContextRootInfo


  • public final class ContextRootInfo
    extends Object
    Class represents context-root associated information
    • Constructor Detail

      • ContextRootInfo

        public ContextRootInfo​(org.glassfish.grizzly.http.server.HttpHandler handler,
                               Object container)
        Create ContextRootInfo using prepared HttpHandler and application container parameters.
        Parameters:
        handler - Grizzly HttpHandler, associated with the context.
        container - application container, associated with the context.
    • Method Detail

      • getHttpHandler

        public org.glassfish.grizzly.http.server.HttpHandler getHttpHandler()
        Gets the Grizzly HttpHandler, associated with the context.
        Returns:
        the Grizzly HttpHandler, associated with the context.
      • getContainer

        public Object getContainer()
        Gets the application container, associated with the context.
        Returns:
        the application container, associated with the context.