Uses of Interface
com.googlecode.mobilityrpc.network.impl.ConnectionErrorHandler

Packages that use ConnectionErrorHandler
com.googlecode.mobilityrpc.network.impl.tcp [private api] Implementation classes for TCP implementation of ConnectionManager
 

Uses of ConnectionErrorHandler in com.googlecode.mobilityrpc.network.impl.tcp
 

Constructors in com.googlecode.mobilityrpc.network.impl.tcp with parameters of type ConnectionErrorHandler
IncomingByteStreamReader(ConnectionId connectionId, InputStream inputStream, IncomingMessageHandler incomingMessageHandler, ConnectionErrorHandler connectionErrorHandler)
           
OutgoingByteStreamWriter(ConnectionId connectionId, OutputStream outputStream, MessageProvider<byte[]> outgoingMessageProvider, ConnectionErrorHandler connectionErrorHandler)
           
 



Copyright © 2016. All rights reserved.