ICoreConnectionPNames Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines parameter names for connections in HttpCore.
public interface ICoreConnectionPNames
type ICoreConnectionPNames = interface
Remarks
Defines parameter names for connections in HttpCore.
Added in 4.0.
This member is deprecated. Please use java.net.URL#openConnection
instead. Please visit this webpage for further details.
Java documentation for org.apache.http.params.CoreConnectionPNames
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
ConnectionTimeout |
Determines the timeout until a connection is etablished. |
MaxHeaderCount |
Determines the maximum HTTP header count allowed. |
MaxLineLength |
Determines the maximum line length limit. |
SocketBufferSize |
Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages. |
SoLinger |
Sets SO_LINGER with the specified linger time in seconds. |
SoTimeout |
Defines the default socket timeout ( |
StaleConnectionCheck |
Determines whether stale connection check is to be used. |
TcpNodelay |
Determines whether Nagle's algorithm is to be used. |