Package com.rabbitmq.client.impl.nio
Interface WriteRequest
-
- All Known Implementing Classes:
FrameWriteRequest
,HeaderWriteRequest
public interface WriteRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(DataOutputStream dataOutputStream)
-
-
-
Method Detail
-
handle
void handle(DataOutputStream dataOutputStream) throws IOException
- Throws:
IOException
-
-