Package org.robovm.apple.foundation
Class NSURLSessionTaskTransactionMetrics
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSURLSessionTaskTransactionMetrics
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class NSURLSessionTaskTransactionMetrics extends NSObject
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSURLSessionTaskTransactionMetrics.NSURLSessionTaskTransactionMetricsPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description NSURLSessionTaskTransactionMetrics()protectedNSURLSessionTaskTransactionMetrics(NSObject.Handle h, long handle)protectedNSURLSessionTaskTransactionMetrics(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
NSURLSessionTaskTransactionMetrics
public NSURLSessionTaskTransactionMetrics() -
NSURLSessionTaskTransactionMetrics
-
NSURLSessionTaskTransactionMetrics
-
-
Method Details
-
getRequest
-
getResponse
-
getFetchStartDate
-
getDomainLookupStartDate
-
getDomainLookupEndDate
-
getConnectStartDate
-
getSecureConnectionStartDate
-
getSecureConnectionEndDate
-
getConnectEndDate
-
getRequestStartDate
-
getRequestEndDate
-
getResponseStartDate
-
getResponseEndDate
-
getNetworkProtocolName
-
isProxyConnection
public boolean isProxyConnection() -
isReusedConnection
public boolean isReusedConnection() -
getResourceFetchType
-
getCountOfRequestHeaderBytesSent
public long getCountOfRequestHeaderBytesSent()- Since:
- Available in iOS 13.0 and later.
-
getCountOfRequestBodyBytesSent
public long getCountOfRequestBodyBytesSent()- Since:
- Available in iOS 13.0 and later.
-
getCountOfRequestBodyBytesBeforeEncoding
public long getCountOfRequestBodyBytesBeforeEncoding()- Since:
- Available in iOS 13.0 and later.
-
getCountOfResponseHeaderBytesReceived
public long getCountOfResponseHeaderBytesReceived()- Since:
- Available in iOS 13.0 and later.
-
getCountOfResponseBodyBytesReceived
public long getCountOfResponseBodyBytesReceived()- Since:
- Available in iOS 13.0 and later.
-
getCountOfResponseBodyBytesAfterDecoding
public long getCountOfResponseBodyBytesAfterDecoding()- Since:
- Available in iOS 13.0 and later.
-
getLocalAddress
- Since:
- Available in iOS 13.0 and later.
-
getLocalPort
- Since:
- Available in iOS 13.0 and later.
-
getRemoteAddress
- Since:
- Available in iOS 13.0 and later.
-
getRemotePort
- Since:
- Available in iOS 13.0 and later.
-
getNegotiatedTLSProtocolVersion
- Since:
- Available in iOS 13.0 and later.
-
getNegotiatedTLSCipherSuite
- Since:
- Available in iOS 13.0 and later.
-
isCellular
public boolean isCellular()- Since:
- Available in iOS 13.0 and later.
-
isExpensive
public boolean isExpensive()- Since:
- Available in iOS 13.0 and later.
-
isConstrained
public boolean isConstrained()- Since:
- Available in iOS 13.0 and later.
-
isMultipath
public boolean isMultipath()- Since:
- Available in iOS 13.0 and later.
-
getDomainResolutionProtocol
- Since:
- Available in iOS 14.0 and later.
-