TSAcceptor
TSAcceptor ( sslp)
TSAcceptor TSAcceptorGetbyID
(int id)
int TSAcceptorCount
()
Description
Traffic Server allows plugins to get information from an accept object that created a certain TSVConn object using the above mentioned APIs. An acceptor thread listens for incoming connections and creates the virtual connection () for each accepted connection.
returns the object identified by id. represents the acceptor object created by the core traffic server.
TSAcceptorIDGet()
returns the Integer number that identifies acceptor. All the cloned objects will have the same identifying number.