S
- The service API hosted by the intercepted service provider.public interface ConnectInterceptor<S>
Modifier and Type | Method and Description |
---|---|
void |
postConnect(Connection<S> connection,
org.springframework.web.context.request.WebRequest request)
Called immediately after the connection is established.
|
void |
preConnect(ConnectionFactory<S> connectionFactory,
org.springframework.util.MultiValueMap<String,String> parameters,
org.springframework.web.context.request.WebRequest request)
Called during connection initiation, immediately before user authorization.
|
void preConnect(ConnectionFactory<S> connectionFactory, org.springframework.util.MultiValueMap<String,String> parameters, org.springframework.web.context.request.WebRequest request)
void postConnect(Connection<S> connection, org.springframework.web.context.request.WebRequest request)
Copyright © 2016. All rights reserved.