Package org.robovm.apple.network
Class NWContentContext
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.network.NWObject
org.robovm.apple.network.NWContentContext
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public final class NWContentContext extends NWObject implements NSObjectProtocol
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNWContentContext.NWContentContextPtrNested 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 Constructor Description NWContentContext(String context_identifier) -
Method Summary
Modifier and Type Method Description NWContentContextcopyAntecedent()NWProtocolMetadatacopyProtocolMetadata(NWProtocolDefinition protocol)static NWContentContextDEFAULT_MESSAGE()static NWContentContextDEFAULT_STREAM()static NWContentContextFINAL_SEND()voidforeachProtocolMetadata(VoidBlock2<NWProtocolDefinition,NWProtocolMetadata> foreach_block)longgetExpirationMilliseconds()StringgetIdentifier()doublegetRelativePriority()booleanisFinal()voidsetAntecedent(NWContentContext antecedent_context)voidsetExpirationMilliseconds(long expiration_milliseconds)voidsetIsFinal(boolean is_final)voidsetMetadataForProtocol(NWProtocolMetadata protocol_metadata)voidsetRelativePriority(double relative_priority)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
-
NWContentContext
- Since:
- Available in iOS 12.0 and later.
-
-
Method Details
-
DEFAULT_MESSAGE
- Since:
- Available in iOS 12.0 and later.
-
FINAL_SEND
- Since:
- Available in iOS 12.0 and later.
-
DEFAULT_STREAM
- Since:
- Available in iOS 12.0 and later.
-
getIdentifier
- Since:
- Available in iOS 12.0 and later.
-
isFinal
public boolean isFinal()- Since:
- Available in iOS 12.0 and later.
-
setIsFinal
public void setIsFinal(boolean is_final)- Since:
- Available in iOS 12.0 and later.
-
getExpirationMilliseconds
public long getExpirationMilliseconds()- Since:
- Available in iOS 12.0 and later.
-
setExpirationMilliseconds
public void setExpirationMilliseconds(long expiration_milliseconds)- Since:
- Available in iOS 12.0 and later.
-
getRelativePriority
public double getRelativePriority()- Since:
- Available in iOS 12.0 and later.
-
setRelativePriority
public void setRelativePriority(double relative_priority)- Since:
- Available in iOS 12.0 and later.
-
setAntecedent
- Since:
- Available in iOS 12.0 and later.
-
copyAntecedent
- Since:
- Available in iOS 12.0 and later.
-
setMetadataForProtocol
- Since:
- Available in iOS 12.0 and later.
-
copyProtocolMetadata
- Since:
- Available in iOS 12.0 and later.
-
foreachProtocolMetadata
public void foreachProtocolMetadata(VoidBlock2<NWProtocolDefinition,NWProtocolMetadata> foreach_block)- Since:
- Available in iOS 12.0 and later.
-