|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
S - The service API hosted by the intercepted service provider.public interface ConnectInterceptor<S>
Listens for service provider connection events. Allows for custom logic to be executed before and after connections are established with a specific service provider.
| Method Summary | |
|---|---|
void |
postConnect(Connection<S> connection,
WebRequest request)
Called immediately after the connection is established. |
void |
preConnect(ConnectionFactory<S> connectionFactory,
WebRequest request)
Called during connection initiation, immediately before user authorization. |
| Method Detail |
|---|
void preConnect(ConnectionFactory<S> connectionFactory,
WebRequest request)
void postConnect(Connection<S> connection,
WebRequest request)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||