complexType "noProtocolTcpConnectorType"
Namespace:
Content:
complex, 16 attributes, 5 elements
Defined:
globally in mule-tcp.xsd; see XML source
Includes:
definitions of 10 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    sendBufferSize
 = 
(xsd:string | xsd:int)
    receiveBufferSize
 = 
(xsd:string | xsd:int)
    receiveBacklog
 = 
(xsd:string | xsd:int)
    sendTcpNoDelay
 = 
(xsd:string | xsd:boolean)
    reuseAddress
 = 
(xsd:string | xsd:boolean)
    clientSoTimeout
 = 
(xsd:string | xsd:int)
    serverSoTimeout
 = 
(xsd:string | xsd:int)
    socketSoLinger
 = 
(xsd:string | xsd:int)
    keepSendSocketOpen
 = 
(xsd:string | xsd:boolean)
    keepAlive
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?
</...>
Content Model Elements (5):
Known Direct Subtypes (2):
Known Indirect Subtypes (4):
All Direct / Indirect Based Elements (8):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      noProtocolTcpConnectorType
XML Source (w/o annotations (10); see within schema source)
<xsd:complexType name="noProtocolTcpConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt"/>
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt"/>
<xsd:attribute name="receiveBacklog" type="mule:substitutableInt"/>
<xsd:attribute name="sendTcpNoDelay" type="mule:substitutableBoolean"/>
<xsd:attribute name="reuseAddress" type="mule:substitutableBoolean"/>
<xsd:attribute name="clientSoTimeout" type="mule:substitutableInt"/>
<xsd:attribute name="serverSoTimeout" type="mule:substitutableInt"/>
<xsd:attribute name="socketSoLinger" type="mule:substitutableInt"/>
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean"/>
<xsd:attribute name="keepAlive" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 10/16)
clientSoTimeout
Type:
Use:
optional
This sets the SO_TIMEOUT value when the socket is used as a client. Reading from the socket will block for up to this long (in milliseconds) before the read fails. A value of 0 (the default) causes the read to wait indefinitely (if no data arrives).
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="clientSoTimeout" type="mule:substitutableInt"/>

keepAlive
Type:
Use:
optional
Enables SO_KEEPALIVE behavior on open sockets. This automatically checks socket connections that are open but unused for long periods and closes them if the connection becomes unavailable. This is a property on the socket itself and is used by a server socket to control whether connections to the server are kept alive before they are recycled.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keepAlive" type="mule:substitutableBoolean"/>

keepSendSocketOpen
Type:
Use:
optional
If set, the socket is not closed after sending a message. This attribute only applies when sending data over a socket (Client).
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean"/>

receiveBacklog
Type:
Use:
optional
The maximum queue length for incoming connections.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="receiveBacklog" type="mule:substitutableInt"/>

receiveBufferSize
Type:
Use:
optional
The size of the buffer (in bytes) used when receiving data, set on the socket itself.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt"/>

reuseAddress
Type:
Use:
optional
If set (the default), SO_REUSEADDRESS is set on server sockets before binding. This helps reduce "address already in use" errors when a socket is re-used.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="reuseAddress" type="mule:substitutableBoolean"/>

sendBufferSize
Type:
Use:
optional
The size of the buffer (in bytes) used when sending data, set on the socket itself.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt"/>

sendTcpNoDelay
Type:
Use:
optional
If set, transmitted data is not collected together for greater efficiency but sent immediately.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="sendTcpNoDelay" type="mule:substitutableBoolean"/>

serverSoTimeout
Type:
Use:
optional
This sets the SO_TIMEOUT value when the socket is used as a server. Reading from the socket will block for up to this long (in milliseconds) before the read fails. A value of 0 (the default) causes the read to wait indefinitely (if no data arrives).
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverSoTimeout" type="mule:substitutableInt"/>

socketSoLinger
Type:
Use:
optional
This sets the SO_LINGER value. This is related to how long (in milliseconds) the socket will take to close so that any remaining data is transmitted correctly.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="socketSoLinger" type="mule:substitutableInt"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.