Uses of Interface
org.apache.blur.thirdparty.thrift_0_9_0.server.ServerContext

Packages that use ServerContext
org.apache.blur.thirdparty.thrift_0_9_0.server   
 

Uses of ServerContext in org.apache.blur.thirdparty.thrift_0_9_0.server
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.server that return ServerContext
 ServerContext TServerEventHandler.createContext(TProtocol input, TProtocol output, Object frameBuffer)
          Called when a new client has connected and is about to being processing.
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.server with parameters of type ServerContext
 void TServerEventHandler.deleteContext(ServerContext serverContext, TProtocol input, TProtocol output)
          Called when a client has finished request-handling to delete server context.
 void TServerEventHandler.processContext(ServerContext serverContext, TTransport inputTransport, TTransport outputTransport)
          Called when a client is about to call the processor.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.