com.kuka.comm
Interface AbstractServer.ConnectionConsumer

Enclosing class:
AbstractServer

protected static interface AbstractServer.ConnectionConsumer

Represents an operation on a connection that accepts a single input argument and returns no result.


Method Summary
 void accept(Connection connection)
          Performs this operation on the given connection.
 

Method Detail

accept

void accept(Connection connection)
Performs this operation on the given connection.

Parameters:
connection - the connection


Copyright © 2019. All rights reserved.