com.googlecode.mobilityrpc.network.impl
Interface ConnectionErrorHandler


public interface ConnectionErrorHandler

An internal interface used by the framework - implemented by an object which can take some action in response to errors occurring on a connection.

Author:
Niall Gallagher

Method Summary
 void handle(Exception e)
           
 

Method Detail

handle

void handle(Exception e)


Copyright © 2016. All rights reserved.