Interface ORemoteClientOperation<T>
public interface ORemoteClientOperation<T>
Created by tglman on 16/12/15.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(OChannelBinaryAsynchClient network, ORemoteClientNodeSession nodeSession)
-
Method Details
-
execute
T execute(OChannelBinaryAsynchClient network, ORemoteClientNodeSession nodeSession) throws IOException - Throws:
IOException
-