| Package | Description |
|---|---|
| com.github.mthizo247.cloud.netflix.zuul.web.authentication | |
| com.github.mthizo247.cloud.netflix.zuul.web.socket |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHeadersCallback |
class |
BasicAuthPrincipalHeadersCallback |
class |
CompositeHeadersCallback
Strategy to add different types of headers to web socket connections
|
class |
LoginCookieHeadersCallback |
class |
OAuth2BearerPrincipalHeadersCallback |
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketHttpHeadersCallback> |
CompositeHeadersCallback.getHeadersCallbacks() |
| Constructor and Description |
|---|
CompositeHeadersCallback(List<WebSocketHttpHeadersCallback> headersCallbacks) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketHttpHeadersCallback |
ZuulWebSocketConfiguration.basicAuthPrincipalHeadersCallback() |
WebSocketHttpHeadersCallback |
ZuulWebSocketConfiguration.compositeHeadersCallback(List<WebSocketHttpHeadersCallback> headersCallbacks) |
WebSocketHttpHeadersCallback |
ZuulWebSocketConfiguration.loginCookieHeadersCallback() |
WebSocketHttpHeadersCallback |
ZuulWebSocketConfiguration.oauth2BearerPrincipalHeadersCallback() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketHttpHeadersCallback |
ZuulWebSocketConfiguration.compositeHeadersCallback(List<WebSocketHttpHeadersCallback> headersCallbacks) |
| Constructor and Description |
|---|
ProxyWebSocketConnectionManager(org.springframework.messaging.simp.SimpMessagingTemplate messagingTemplate,
org.springframework.web.socket.messaging.WebSocketStompClient stompClient,
org.springframework.web.socket.WebSocketSession userAgentSession,
WebSocketHttpHeadersCallback httpHeadersCallback,
String uri) |
ProxyWebSocketHandler(org.springframework.web.socket.WebSocketHandler delegate,
org.springframework.web.socket.messaging.WebSocketStompClient stompClient,
WebSocketHttpHeadersCallback headersCallback,
org.springframework.messaging.simp.SimpMessagingTemplate messagingTemplate,
ProxyTargetResolver proxyTargetResolver,
ZuulWebSocketProperties zuulWebSocketProperties) |
Copyright © 2017–2018 Pivotal Software, Inc.. All rights reserved.