org.fusesource.hawtdispatch.transport
Interface TransportServerListener


public interface TransportServerListener

Implemented by object that need to get injected by

Author:
Hiram Chirino

Method Summary
 void onAccept(Transport transport)
           
 void onAcceptError(Exception error)
           
 

Method Detail

onAccept

void onAccept(Transport transport)
              throws Exception
Throws:
Exception

onAcceptError

void onAcceptError(Exception error)


Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.