public interface ConnectionPostProcessor
Used e.g. to add hostname verification on TLS connection.
Modifier and Type | Method and Description |
---|---|
void |
postProcess(ConnectionContext context)
Post-process the open TCP connection.
|
void postProcess(ConnectionContext context) throws IOException
context
- some TCP connection context (e.g. socket)IOException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.