TAO_Strategies
2.1.8
|
Handles requests on a single connection. More...
#include <DIOP_Connection_Handler.h>
Public Member Functions | |
TAO_DIOP_Connection_Handler (ACE_Thread_Manager *t=0) | |
TAO_DIOP_Connection_Handler (TAO_ORB_Core *orb_core) | |
Constructor. More... | |
~TAO_DIOP_Connection_Handler (void) | |
Destructor. More... | |
virtual int | open (void *) |
virtual int | open_server (void) |
int | close (u_long=0) |
int | add_transport_to_cache (void) |
Add ourselves to Cache. More... | |
int | set_dscp_codepoint (CORBA::Boolean set_network_priority) |
Set Diff-Serv codepoint on outgoing packets. More... | |
int | set_dscp_codepoint (CORBA::Long dscp_codepoint) |
virtual int | open_handler (void *) |
Event Handler overloads | |
virtual int | resume_handler (void) |
virtual int | close_connection (void) |
virtual int | handle_input (ACE_HANDLE) |
virtual int | handle_output (ACE_HANDLE) |
virtual int | handle_close (ACE_HANDLE, ACE_Reactor_Mask) |
virtual int | handle_timeout (const ACE_Time_Value ¤t_time, const void *act=0) |
![]() | |
ACE_Svc_Handler (ACE_Thread_Manager *thr_mgr=0, ACE_Message_Queue< ACE_SYNCH_USE > *mq=0, ACE_Reactor *reactor=ACE_Reactor::instance()) | |
virtual | ~ACE_Svc_Handler (void) |
virtual int | idle (u_long flags=0) |
virtual ACE_Recyclable_State | recycle_state (void) const |
virtual int | recycle_state (ACE_Recyclable_State new_state) |
virtual void | cleanup_hint (void **act_holder=0) |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
virtual int | fini (void) |
virtual int | info (ACE_TCHAR **info_string, size_t length) const |
virtual ACE_HANDLE | get_handle (void) const |
virtual void | set_handle (ACE_HANDLE) |
ACE_PEER_STREAM & | peer (void) const |
void * | operator new (size_t n) |
void * | operator new (size_t n, void *p) |
virtual void | destroy (void) |
void | operator delete (void *) |
void | operator delete (void *, void *) |
void | shutdown (void) |
void | dump (void) const |
virtual void | recycler (ACE_Connection_Recycling_Strategy *recycler, const void *recycling_act) |
virtual ACE_Connection_Recycling_Strategy * | recycler (void) const |
virtual const void * | recycling_act (void) const |
virtual int | recycle (void *=0) |
![]() | |
ACE_Task (ACE_Thread_Manager *thr_mgr=0, ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > *mq=0) | |
virtual | ~ACE_Task (void) |
ACE_Message_Queue < ACE_SYNCH_USE, TIME_POLICY > * | msg_queue (void) |
void | msg_queue (ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > *) |
ACE_Time_Value_T< TIME_POLICY > | gettimeofday (void) const |
void | set_time_policy (TIME_POLICY const &time_policy) |
int | putq (ACE_Message_Block *, ACE_Time_Value *timeout=0) |
int | getq (ACE_Message_Block *&mb, ACE_Time_Value *timeout=0) |
int | ungetq (ACE_Message_Block *, ACE_Time_Value *timeout=0) |
int | reply (ACE_Message_Block *mb, ACE_Time_Value *tv=0) |
int | put_next (ACE_Message_Block *msg, ACE_Time_Value *timeout=0) |
const ACE_TCHAR * | name (void) const |
ACE_Task< ACE_SYNCH_USE, TIME_POLICY > * | next (void) |
void | next (ACE_Task< ACE_SYNCH_USE, TIME_POLICY > *) |
ACE_Task< ACE_SYNCH_USE, TIME_POLICY > * | sibling (void) |
ACE_Module< ACE_SYNCH_USE, TIME_POLICY > * | module (void) const |
int | flush (u_long flag=ACE_Task_Flags::ACE_FLUSHALL) |
void | water_marks (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds, size_t) |
void | dump (void) const |
![]() | |
TAO_Connection_Handler (TAO_ORB_Core *orb_core) | |
virtual | ~TAO_Connection_Handler (void) |
TAO_Transport * | transport (void) |
void | transport (TAO_Transport *transport) |
bool | is_closed (void) const |
bool | is_open (void) const |
bool | is_timeout (void) const |
bool | is_connecting (void) const |
int | svc_i (void) |
virtual int | close_handler (u_long flags=0) |
void | connection_pending (void) |
void | cancel_pending_connection (void) |
TAO_LF_CH_Event (void) | |
virtual | ~TAO_LF_CH_Event (void) |
int | successful (void) const |
int | error_detected (void) const |
Protected Member Functions | |
int | set_tos (int tos) |
Helper method used by the set_dscp_codepoint () methods. More... | |
TAO_Connection Handler overloads | |
virtual int | release_os_resources (void) |
virtual int | handle_write_ready (const ACE_Time_Value *timeout) |
![]() | |
TAO_ORB_Core * | orb_core (void) |
int | shared_open (void) |
int | set_socket_option (ACE_SOCK &sock, int snd_size, int rcv_size) |
int | handle_output_eh (ACE_HANDLE h, ACE_Event_Handler *eh) |
int | handle_input_eh (ACE_HANDLE h, ACE_Event_Handler *eh) |
int | handle_input_internal (ACE_HANDLE h, ACE_Event_Handler *eh) |
int | close_connection_eh (ACE_Event_Handler *eh) |
virtual void | pre_io_hook (int &return_value) |
virtual void | pos_io_hook (int &return_value) |
virtual int | is_state_final (void) |
Private Attributes | |
int | dscp_codepoint_ |
Stores the type of service value. More... | |
The DIOP Additions | |
ACE_INET_Addr | addr_ |
This is always the remote address. More... | |
ACE_INET_Addr | local_addr_ |
This is always the local address for the connector. More... | |
const ACE_INET_Addr & | addr (void) |
This is always the remote address. More... | |
void | addr (const ACE_INET_Addr &addr) |
This is always the remote address. More... | |
const ACE_INET_Addr & | local_addr (void) |
This is always the remote address. More... | |
void | local_addr (const ACE_INET_Addr &addr) |
This is always the remote address. More... | |
Additional Inherited Members | |
![]() | |
typedef ACE_PEER_STREAM_ADDR | addr_type |
typedef ACE_PEER_STREAM | stream_type |
![]() | |
ACE_Message_Queue < ACE_SYNCH_USE, TIME_POLICY > * | msg_queue_ |
bool | delete_msg_queue_ |
ACE_Module< ACE_SYNCH_USE, TIME_POLICY > * | mod_ |
ACE_Task< ACE_SYNCH_USE, TIME_POLICY > * | next_ |
ACE_ALLOC_HOOK_DECLARE | |
![]() | |
ACE_PEER_STREAM | peer_ |
bool | dynamic_ |
bool | closing_ |
ACE_Connection_Recycling_Strategy * | recycler_ |
const void * | recycling_act_ |
![]() | |
int | state_ |
TAO_LF_Follower * | follower_ |
Handles requests on a single connection.
The Connection handler which is common for the Acceptor and the Connector
TAO_DIOP_Connection_Handler::TAO_DIOP_Connection_Handler | ( | ACE_Thread_Manager * | t = 0 | ) |
TAO_DIOP_Connection_Handler::TAO_DIOP_Connection_Handler | ( | TAO_ORB_Core * | orb_core | ) |
Constructor.
TAO_DIOP_Connection_Handler::~TAO_DIOP_Connection_Handler | ( | void | ) |
Destructor.
int TAO_DIOP_Connection_Handler::add_transport_to_cache | ( | void | ) |
Add ourselves to Cache.
const ACE_INET_Addr & TAO_DIOP_Connection_Handler::addr | ( | void | ) |
This is always the remote address.
void TAO_DIOP_Connection_Handler::addr | ( | const ACE_INET_Addr & | addr | ) |
This is always the remote address.
|
virtual |
Close called by the Acceptor or Connector when connection establishment fails.
Reimplemented from ACE_Svc_Handler< class, class >.
|
virtual |
Implements TAO_Connection_Handler.
|
virtual |
Reimplemented from ACE_Svc_Handler< class, class >.
|
virtual |
Implements TAO_Connection_Handler.
|
virtual |
|
virtual |
Reimplemented from ACE_Svc_Handler< class, class >.
|
protectedvirtual |
Reimplemented from TAO_Connection_Handler.
const ACE_INET_Addr & TAO_DIOP_Connection_Handler::local_addr | ( | void | ) |
This is always the remote address.
void TAO_DIOP_Connection_Handler::local_addr | ( | const ACE_INET_Addr & | addr | ) |
This is always the remote address.
|
virtual |
Called by the <Strategy_Acceptor> when the handler is completely connected. Argument is unused.
Reimplemented from ACE_Svc_Handler< class, class >.
|
virtual |
Connection_Handler overloads
Implements TAO_Connection_Handler.
|
virtual |
|
protectedvirtual |
Reimplemented from TAO_Connection_Handler.
|
virtual |
|
virtual |
Set Diff-Serv codepoint on outgoing packets.
Reimplemented from TAO_Connection_Handler.
|
virtual |
Reimplemented from TAO_Connection_Handler.
|
protected |
Helper method used by the set_dscp_codepoint () methods.
|
protected |
This is always the remote address.
|
private |
Stores the type of service value.
|
protected |
This is always the local address for the connector.