Package net.freehaven.tor.control
Interface TorControlCommands
-
- All Known Implementing Classes:
Main,TorControlConnection
public interface TorControlCommandsInterface defining constants used by the Tor controller protocol.
-
-
Field Summary
Fields Modifier and Type Field Description static byteCIRC_STATUS_BUILTstatic byteCIRC_STATUS_CLOSEDstatic byteCIRC_STATUS_EXTENDEDstatic byteCIRC_STATUS_FAILEDstatic byteCIRC_STATUS_LAUNCHEDstatic java.lang.String[]CIRC_STATUS_NAMESstatic shortCMD_ATTACHSTREAMstatic shortCMD_AUTHstatic shortCMD_CLOSECIRCUITstatic shortCMD_CLOSESTREAMstatic shortCMD_CONFVALUEstatic shortCMD_DONEstatic shortCMD_ERRORstatic shortCMD_EVENTstatic shortCMD_EXTENDCIRCUITstatic shortCMD_FRAGMENTstatic shortCMD_FRAGMENTHEADERstatic shortCMD_GETCONFstatic shortCMD_GETINFOstatic shortCMD_INFOVALUEstatic shortCMD_MAPADDRESSstatic java.lang.String[]CMD_NAMESstatic shortCMD_POSTDESCRIPTORstatic shortCMD_REDIRECTSTREAMstatic shortCMD_SAVECONFstatic shortCMD_SETCONFstatic shortCMD_SETEVENTSstatic shortCMD_SIGNALstatic java.lang.String[]ERROR_MSGSstatic shortEVENT_BANDWIDTHstatic shortEVENT_CIRCSTATUSstatic shortEVENT_MSG_DEBUGstatic shortEVENT_MSG_ERRORstatic shortEVENT_MSG_INFOstatic shortEVENT_MSG_NOTICEstatic shortEVENT_MSG_WARNstatic java.lang.String[]EVENT_NAMESstatic shortEVENT_NEWDESCRIPTORstatic shortEVENT_ORCONNSTATUSstatic shortEVENT_STREAMSTATUSstatic java.lang.StringHS_ADDRESSstatic java.lang.StringHS_PRIVKEYstatic byteOR_CONN_STATUS_CLOSEDstatic byteOR_CONN_STATUS_CONNECTEDstatic byteOR_CONN_STATUS_FAILEDstatic byteOR_CONN_STATUS_LAUNCHEDstatic java.lang.String[]OR_CONN_STATUS_NAMESstatic byteSIGNAL_HUPstatic byteSIGNAL_INTstatic byteSIGNAL_TERMstatic byteSIGNAL_USR1static byteSIGNAL_USR2static byteSTREAM_STATUS_CLOSEDstatic byteSTREAM_STATUS_DETACHEDstatic byteSTREAM_STATUS_FAILEDstatic java.lang.String[]STREAM_STATUS_NAMESstatic byteSTREAM_STATUS_NEW_CONNECTstatic byteSTREAM_STATUS_NEW_RESOLVEstatic byteSTREAM_STATUS_SENT_CONNECTstatic byteSTREAM_STATUS_SENT_RESOLVEstatic byteSTREAM_STATUS_SUCCEEDED
-
-
-
Field Detail
-
CMD_ERROR
static final short CMD_ERROR
- See Also:
- Constant Field Values
-
CMD_DONE
static final short CMD_DONE
- See Also:
- Constant Field Values
-
CMD_SETCONF
static final short CMD_SETCONF
- See Also:
- Constant Field Values
-
CMD_GETCONF
static final short CMD_GETCONF
- See Also:
- Constant Field Values
-
CMD_CONFVALUE
static final short CMD_CONFVALUE
- See Also:
- Constant Field Values
-
CMD_SETEVENTS
static final short CMD_SETEVENTS
- See Also:
- Constant Field Values
-
CMD_EVENT
static final short CMD_EVENT
- See Also:
- Constant Field Values
-
CMD_AUTH
static final short CMD_AUTH
- See Also:
- Constant Field Values
-
CMD_SAVECONF
static final short CMD_SAVECONF
- See Also:
- Constant Field Values
-
CMD_SIGNAL
static final short CMD_SIGNAL
- See Also:
- Constant Field Values
-
CMD_MAPADDRESS
static final short CMD_MAPADDRESS
- See Also:
- Constant Field Values
-
CMD_GETINFO
static final short CMD_GETINFO
- See Also:
- Constant Field Values
-
CMD_INFOVALUE
static final short CMD_INFOVALUE
- See Also:
- Constant Field Values
-
CMD_EXTENDCIRCUIT
static final short CMD_EXTENDCIRCUIT
- See Also:
- Constant Field Values
-
CMD_ATTACHSTREAM
static final short CMD_ATTACHSTREAM
- See Also:
- Constant Field Values
-
CMD_POSTDESCRIPTOR
static final short CMD_POSTDESCRIPTOR
- See Also:
- Constant Field Values
-
CMD_FRAGMENTHEADER
static final short CMD_FRAGMENTHEADER
- See Also:
- Constant Field Values
-
CMD_FRAGMENT
static final short CMD_FRAGMENT
- See Also:
- Constant Field Values
-
CMD_REDIRECTSTREAM
static final short CMD_REDIRECTSTREAM
- See Also:
- Constant Field Values
-
CMD_CLOSESTREAM
static final short CMD_CLOSESTREAM
- See Also:
- Constant Field Values
-
CMD_CLOSECIRCUIT
static final short CMD_CLOSECIRCUIT
- See Also:
- Constant Field Values
-
CMD_NAMES
static final java.lang.String[] CMD_NAMES
-
EVENT_CIRCSTATUS
static final short EVENT_CIRCSTATUS
- See Also:
- Constant Field Values
-
EVENT_STREAMSTATUS
static final short EVENT_STREAMSTATUS
- See Also:
- Constant Field Values
-
EVENT_ORCONNSTATUS
static final short EVENT_ORCONNSTATUS
- See Also:
- Constant Field Values
-
EVENT_BANDWIDTH
static final short EVENT_BANDWIDTH
- See Also:
- Constant Field Values
-
EVENT_NEWDESCRIPTOR
static final short EVENT_NEWDESCRIPTOR
- See Also:
- Constant Field Values
-
EVENT_MSG_DEBUG
static final short EVENT_MSG_DEBUG
- See Also:
- Constant Field Values
-
EVENT_MSG_INFO
static final short EVENT_MSG_INFO
- See Also:
- Constant Field Values
-
EVENT_MSG_NOTICE
static final short EVENT_MSG_NOTICE
- See Also:
- Constant Field Values
-
EVENT_MSG_WARN
static final short EVENT_MSG_WARN
- See Also:
- Constant Field Values
-
EVENT_MSG_ERROR
static final short EVENT_MSG_ERROR
- See Also:
- Constant Field Values
-
EVENT_NAMES
static final java.lang.String[] EVENT_NAMES
-
CIRC_STATUS_LAUNCHED
static final byte CIRC_STATUS_LAUNCHED
- See Also:
- Constant Field Values
-
CIRC_STATUS_BUILT
static final byte CIRC_STATUS_BUILT
- See Also:
- Constant Field Values
-
CIRC_STATUS_EXTENDED
static final byte CIRC_STATUS_EXTENDED
- See Also:
- Constant Field Values
-
CIRC_STATUS_FAILED
static final byte CIRC_STATUS_FAILED
- See Also:
- Constant Field Values
-
CIRC_STATUS_CLOSED
static final byte CIRC_STATUS_CLOSED
- See Also:
- Constant Field Values
-
CIRC_STATUS_NAMES
static final java.lang.String[] CIRC_STATUS_NAMES
-
STREAM_STATUS_SENT_CONNECT
static final byte STREAM_STATUS_SENT_CONNECT
- See Also:
- Constant Field Values
-
STREAM_STATUS_SENT_RESOLVE
static final byte STREAM_STATUS_SENT_RESOLVE
- See Also:
- Constant Field Values
-
STREAM_STATUS_SUCCEEDED
static final byte STREAM_STATUS_SUCCEEDED
- See Also:
- Constant Field Values
-
STREAM_STATUS_FAILED
static final byte STREAM_STATUS_FAILED
- See Also:
- Constant Field Values
-
STREAM_STATUS_CLOSED
static final byte STREAM_STATUS_CLOSED
- See Also:
- Constant Field Values
-
STREAM_STATUS_NEW_CONNECT
static final byte STREAM_STATUS_NEW_CONNECT
- See Also:
- Constant Field Values
-
STREAM_STATUS_NEW_RESOLVE
static final byte STREAM_STATUS_NEW_RESOLVE
- See Also:
- Constant Field Values
-
STREAM_STATUS_DETACHED
static final byte STREAM_STATUS_DETACHED
- See Also:
- Constant Field Values
-
STREAM_STATUS_NAMES
static final java.lang.String[] STREAM_STATUS_NAMES
-
OR_CONN_STATUS_LAUNCHED
static final byte OR_CONN_STATUS_LAUNCHED
- See Also:
- Constant Field Values
-
OR_CONN_STATUS_CONNECTED
static final byte OR_CONN_STATUS_CONNECTED
- See Also:
- Constant Field Values
-
OR_CONN_STATUS_FAILED
static final byte OR_CONN_STATUS_FAILED
- See Also:
- Constant Field Values
-
OR_CONN_STATUS_CLOSED
static final byte OR_CONN_STATUS_CLOSED
- See Also:
- Constant Field Values
-
OR_CONN_STATUS_NAMES
static final java.lang.String[] OR_CONN_STATUS_NAMES
-
SIGNAL_HUP
static final byte SIGNAL_HUP
- See Also:
- Constant Field Values
-
SIGNAL_INT
static final byte SIGNAL_INT
- See Also:
- Constant Field Values
-
SIGNAL_USR1
static final byte SIGNAL_USR1
- See Also:
- Constant Field Values
-
SIGNAL_USR2
static final byte SIGNAL_USR2
- See Also:
- Constant Field Values
-
SIGNAL_TERM
static final byte SIGNAL_TERM
- See Also:
- Constant Field Values
-
ERROR_MSGS
static final java.lang.String[] ERROR_MSGS
-
HS_ADDRESS
static final java.lang.String HS_ADDRESS
- See Also:
- Constant Field Values
-
HS_PRIVKEY
static final java.lang.String HS_PRIVKEY
- See Also:
- Constant Field Values
-
-