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 IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-