Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ process
Method
process
lib/java/src/main/java/org/apache/thrift/TProcessor.java:29–29 ·
view source on GitHub ↗
(TProtocol in, TProtocol out)
Source
from the content-addressed store, hash-verified
27
*/
28
public
interface
TProcessor {
29
void
process(TProtocol in, TProtocol out) throws TException;
30
}
Callers
15
process
Method · 0.95
executeProcessing
Method · 0.95
serve
Method · 0.95
run
Method · 0.95
serveOne
Method · 0.65
serveOne
Method · 0.65
PhpServer.php
File · 0.65
process
Method · 0.65
successful_request
Method · 0.65
run
Method · 0.65
serve
Method · 0.65
serve
Method · 0.65
Implementers
4
StubProcessor
lib/java/src/test/java/org/apache/thri
TMultiplexedProcessor
lib/java/src/main/java/org/apache/thri
TBaseAsyncProcessor
lib/java/src/main/java/org/apache/thri
TBaseProcessor
lib/java/src/main/java/org/apache/thri
Calls
no outgoing calls
Tested by
11
srv_test
Function · 0.52
should_write_error_if_no_separator_found_and_no_default_processor_exists
Function · 0.52
should_write_error_if_separator_exists_and_no_processor_found
Function · 0.52
should_route_call_to_correct_processor
Function · 0.52
should_route_call_to_correct_processor_if_no_separator_exists_and_default_processor_set
Function · 0.52
testWrongMessageType
Method · 0.52
testNoSuchService
Method · 0.52
testExistingService
Method · 0.52
testDefaultService
Method · 0.52
main
Function · 0.52
main
Function · 0.52