Interface GrizzlyContainer

All Superinterfaces:
EmbeddedContainer

public interface GrizzlyContainer extends EmbeddedContainer
Grizzly container, should probably be implemented using the GrizzlyWebServer object.
Author:
Jerome Dochez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.glassfish.api.container.Adapter adapter)
     
    void
    bind(Port port)
     

    Methods inherited from interface org.glassfish.internal.embedded.EmbeddedContainer

    bind, getSniffers, start, stop
  • Method Details

    • bind

      void bind(Port port)
    • add

      void add(org.glassfish.api.container.Adapter adapter)