MCPcopy Create free account
hub / github.com/5A59/MockNet / Server

Class Server

mocknet/src/main/java/com/zy/mocknet/server/Server.java:20–140  ·  view source on GitHub ↗

This class parses data that comes from socket and creates a request with these data. Then send the request to RequestExecutor and receive a response. Then send the response to client through socket. The real jobs of parsing data is done by @see RequestRunnable. Created by zy on 17-3-5

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected