public interface TcpExtensionFactorySpi
TcpExtensionFactorySpi is part of Service Provider Interface (SPI) developing extensions to the TCP transport.
Implementations of this interface are registered by making one or more resource files named
META-INF/services/org.kaazing.gateway.transport.nio.spi.TcpExtensionFactorySpi available on the classpath.
Developing a TCP extension involves implementing:
TcpExtensionFactorySpi
TcpExtension
| Modifier and Type | Method and Description |
|---|---|
TcpExtension |
bind(org.kaazing.gateway.resource.address.ResourceAddress address)
Called whenever a TCP accept URI is bound
|
TcpExtension bind(org.kaazing.gateway.resource.address.ResourceAddress address)
address - TCP address being bound (URI plus accept options)Copyright © 2014–2017. All rights reserved.