java.lang.Object
org.jgroups.protocols.raft.CLIENT.RequestHandler
- All Implemented Interfaces:
Runnable
- Enclosing class:
CLIENT
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()protected voidsend(DataOutput out, CLIENT.RequestType type, int request_id, byte[] buffer, int offset, int length)
-
Field Details
-
client_sock
-
-
Constructor Details
-
RequestHandler
-
-
Method Details
-
run
public void run() -
send
protected void send(DataOutput out, CLIENT.RequestType type, int request_id, byte[] buffer, int offset, int length) throws Exception - Throws:
Exception
-