MCPcopy Create free account
hub / github.com/annmuor/jnode / send

Method send

jnode-nntp/src/main/java/org/jnode/nntp/NntpClient.java:150–155  ·  view source on GitHub ↗

Send response to client. @param response response.

(Collection<String> response)

Source from the content-addressed store, hash-verified

148 * @param response response.
149 */
150 private void send(Collection<String> response) throws IOException {
151 for (String message : response) {
152 logger.l4("[S] " + message);
153 out.println(message);
154 }
155 }
156
157 /**
158 * Process command from client.

Callers 2

runMethod · 0.95
_getFunction · 0.45

Calls 1

l4Method · 0.80

Tested by

no test coverage detected