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

Method process

jnode-nntp/src/main/java/org/jnode/nntp/NntpClient.java:136–143  ·  view source on GitHub ↗
(NntpCommand command, Collection<String> params)

Source from the content-addressed store, hash-verified

134 }
135
136 private Collection<String> process(NntpCommand command, Collection<String> params) {
137 Processor processor = ProcessorResolver.processor(command);
138 if (processor == null) {
139 logger.l4("Can't find processor for command '" + command + "'.");
140 throw new ProcessorNotFoundException();
141 }
142 return processor.process(params, selectedGroupId, selectedArticleId, auth);
143 }
144
145 /**
146 * Send response to client.

Callers 1

runMethod · 0.95

Calls 5

processorMethod · 0.95
processMethod · 0.95
findCommandMethod · 0.95
getParamsMethod · 0.95
l4Method · 0.80

Tested by

no test coverage detected