Class WebSocketMappingData

java.lang.Object
org.glassfish.grizzly.http.server.util.MappingData
org.glassfish.grizzly.websockets.WebSocketMappingData

public class WebSocketMappingData extends org.glassfish.grizzly.http.server.util.MappingData
Mapping information to be filled out during the WebSocketApplication discovery.
Author:
Alexey Stashok
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
     

    Fields inherited from class org.glassfish.grizzly.http.server.util.MappingData

    context, CONTEXT_ROOT, contextPath, DEFAULT, descriptorPath, EXACT, EXTENSION, host, isDefaultContext, jspWildCard, mappingType, matchedPath, PATH, pathInfo, redirectPath, requestPath, servletName, tmpMapperDC, UNKNOWN, wrapper, wrapperPath
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebSocketMappingData(boolean isGlassfish)
     
  • Method Summary

    Methods inherited from class org.glassfish.grizzly.http.server.util.MappingData

    recycle, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • isGlassfish

      public final boolean isGlassfish
  • Constructor Details

    • WebSocketMappingData

      public WebSocketMappingData(boolean isGlassfish)