org.fusesource.fabric.dosgi.io
Interface TransportAcceptListener


public interface TransportAcceptListener

Implemented by object that need to get injected by

Author:
Hiram Chirino

Method Summary
 void onAccept(TransportServer transportServer, TcpTransport transport)
           
 void onAcceptError(TransportServer transportServer, java.lang.Exception error)
           
 

Method Detail

onAccept

void onAccept(TransportServer transportServer,
              TcpTransport transport)

onAcceptError

void onAcceptError(TransportServer transportServer,
                   java.lang.Exception error)


Copyright © 2013 Red Hat. All Rights Reserved.