public class ServicePoint extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.ServicePoint
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Net.Requests, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Requests
|
static java.lang.String |
className
Qualified class name: System.Net.ServicePoint
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ServicePoint() |
ServicePoint(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ServicePoint |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ServicePoint, a cast assert is made to check if types are compatible. |
boolean |
CloseConnectionGroup(java.lang.String connectionGroupName) |
Uri |
getAddress() |
BindIPEndPoint |
getBindIPEndPointDelegate() |
X509Certificate |
getCertificate() |
X509Certificate |
getClientCertificate() |
int |
getConnectionLeaseTimeout() |
int |
getConnectionLimit() |
java.lang.String |
getConnectionName() |
int |
getCurrentConnections() |
boolean |
getExpect100Continue() |
DateTime |
getIdleSince() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMaxIdleTime() |
Version |
getProtocolVersion() |
int |
getReceiveBufferSize() |
boolean |
getSupportsPipelining() |
boolean |
getUseNagleAlgorithm() |
void |
setBindIPEndPointDelegate(BindIPEndPoint BindIPEndPointDelegate) |
void |
setCertificate(X509Certificate Certificate) |
void |
setConnectionLeaseTimeout(int ConnectionLeaseTimeout) |
void |
setConnectionLimit(int ConnectionLimit) |
void |
setExpect100Continue(boolean Expect100Continue) |
void |
setIdleSince(DateTime IdleSince) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxIdleTime(int MaxIdleTime) |
void |
setProtocolVersion(Version ProtocolVersion) |
void |
setReceiveBufferSize(int ReceiveBufferSize) |
void |
SetTcpKeepAlive(boolean enabled,
int keepAliveTime,
int keepAliveInterval) |
void |
setUseNagleAlgorithm(boolean UseNagleAlgorithm) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ServicePoint()
throws java.lang.Throwable
java.lang.Throwablepublic ServicePoint(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ServicePoint cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ServicePoint, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedServicePoint instancejava.lang.Throwable - in case of error during cast operationpublic boolean CloseConnectionGroup(java.lang.String connectionGroupName)
throws java.lang.Throwable
java.lang.Throwablepublic Uri getAddress() throws java.lang.Throwable
java.lang.Throwablepublic BindIPEndPoint getBindIPEndPointDelegate() throws java.lang.Throwable
java.lang.Throwablepublic X509Certificate getCertificate() throws java.lang.Throwable
java.lang.Throwablepublic X509Certificate getClientCertificate() throws java.lang.Throwable
java.lang.Throwablepublic int getConnectionLeaseTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic int getConnectionLimit()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getConnectionName()
throws java.lang.Throwable
java.lang.Throwablepublic int getCurrentConnections()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getExpect100Continue()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getIdleSince() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getMaxIdleTime()
throws java.lang.Throwable
java.lang.Throwablepublic Version getProtocolVersion() throws java.lang.Throwable
java.lang.Throwablepublic int getReceiveBufferSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsPipelining()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseNagleAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic void setBindIPEndPointDelegate(BindIPEndPoint BindIPEndPointDelegate) throws java.lang.Throwable
java.lang.Throwablepublic void setCertificate(X509Certificate Certificate) throws java.lang.Throwable
java.lang.Throwablepublic void setConnectionLeaseTimeout(int ConnectionLeaseTimeout)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setConnectionLimit(int ConnectionLimit)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setExpect100Continue(boolean Expect100Continue)
throws java.lang.Throwable
java.lang.Throwablepublic void setIdleSince(DateTime IdleSince) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMaxIdleTime(int MaxIdleTime)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setProtocolVersion(Version ProtocolVersion) throws java.lang.Throwable
java.lang.Throwablepublic void setReceiveBufferSize(int ReceiveBufferSize)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void SetTcpKeepAlive(boolean enabled,
int keepAliveTime,
int keepAliveInterval)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setUseNagleAlgorithm(boolean UseNagleAlgorithm)
throws java.lang.Throwable
java.lang.Throwable