Class SessionConfigurator
- java.lang.Object
-
- javax.websocket.ClientEndpointConfig.Configurator
-
- org.pentaho.di.trans.ael.websocket.SessionConfigurator
-
public class SessionConfigurator extends javax.websocket.ClientEndpointConfig.Configurator
-
-
Constructor Summary
Constructors Constructor Description SessionConfigurator(URI url, String keytab, String principal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterResponse(javax.websocket.HandshakeResponse hr)
void
beforeRequest(Map<String,List<String>> headers)
-
-
-
Method Detail
-
beforeRequest
public void beforeRequest(Map<String,List<String>> headers)
- Overrides:
beforeRequest
in classjavax.websocket.ClientEndpointConfig.Configurator
-
afterResponse
public void afterResponse(javax.websocket.HandshakeResponse hr)
- Overrides:
afterResponse
in classjavax.websocket.ClientEndpointConfig.Configurator
-
-