public interface ServiceConnectionAcceptor
ConnectionManager.setNetService(String, ServiceConnectionAcceptor) or
P2PConnection.setConnectionAcceptor(String, ServiceConnectionAcceptor).| Modifier and Type | Method and Description |
|---|---|
void |
acceptConnection(MultiplexedConnection connection)
Invoked by the Connection Framework when the remote side has requested opening of new
multiplexed connection with the Net services, which this instance is registered with.
|
void acceptConnection(MultiplexedConnection connection)
connection - the newly opened multiplexed connection.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.