Package one.nio.rpc.stream
Interface StreamHandler<S extends BaseStream>
-
public interface StreamHandler<S extends BaseStream>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommunicate(S stream)
-
-
-
Method Detail
-
communicate
void communicate(S stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
-