com.softwareag.um.io.AcceptHandler Interface Reference

This interface is passed to TransportFactory.bind when you want to create an AsynchronousServerTransport. More...

Public Member Functions

void onAccept (AsynchronousTransport transport)
 This is invoked when a client connects to the AsynchronousServerTransport. More...
 

Detailed Description

This interface is passed to TransportFactory.bind when you want to create an AsynchronousServerTransport.

The onAccept method will be invoked whenever a client connected to the ServerTransport.

Member Function Documentation

void com.softwareag.um.io.AcceptHandler.onAccept ( AsynchronousTransport  transport)

This is invoked when a client connects to the AsynchronousServerTransport.

Parameters
transportthe client Transport that has just connected