Class EmptyConfigurator


  • public class EmptyConfigurator
    extends javax.websocket.ClientEndpointConfig.Configurator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterResponse​(javax.websocket.HandshakeResponse hr)  
      void beforeRequest​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyConfigurator

        public EmptyConfigurator()
    • Method Detail

      • afterResponse

        public void afterResponse​(javax.websocket.HandshakeResponse hr)
        Overrides:
        afterResponse in class javax.websocket.ClientEndpointConfig.Configurator
      • beforeRequest

        public void beforeRequest​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)
        Overrides:
        beforeRequest in class javax.websocket.ClientEndpointConfig.Configurator