Uses of Class
security.whisper.javastix.coo.extension.types.NetworkSocketExtension.Builder
Packages that use NetworkSocketExtension.Builder
-
Uses of NetworkSocketExtension.Builder in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return NetworkSocketExtension.BuilderModifier and TypeMethodDescriptionNetworkSocketExtension.Builder.addressFamily(String addressFamily) Initializes the value for theaddressFamilyattribute.NetworkSocketExtension.Builder.blocking(boolean blocking) Initializes the optional valueblockingto blocking.Initializes the optional valueblockingto blocking.NetworkSocketExtension.builder()Creates a builder forNetworkSocketExtension.NetworkSocketExtension.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.NetworkSocketExtension.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.NetworkSocketExtension.Builder.from(CyberObservableExtensionCommonProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.extension.CyberObservableExtensionCommonPropertiesinstance.NetworkSocketExtension.Builder.from(NetworkSocketExtensionExt instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.extension.types.NetworkSocketExtensionExtinstance.NetworkSocketExtension.Builder.listening(boolean listening) Initializes the optional valuelisteningto listening.Initializes the optional valuelisteningto listening.Sets or replaces all mappings from the specified map as entries for theoptionsmap.NetworkSocketExtension.Builder.protocolFamily(String protocolFamily) Initializes the optional valueprotocolFamilyto protocolFamily.NetworkSocketExtension.Builder.protocolFamily(Optional<String> protocolFamily) Initializes the optional valueprotocolFamilyto protocolFamily.NetworkSocketExtension.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.NetworkSocketExtension.Builder.putAllOptions(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tooptionsmap.NetworkSocketExtension.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.NetworkSocketExtension.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.Put one entry to theoptionsmap.Put one entry to theoptionsmap.NetworkSocketExtension.Builder.socketDescriptor(long socketDescriptor) Initializes the optional valuesocketDescriptorto socketDescriptor.NetworkSocketExtension.Builder.socketDescriptor(Optional<Long> socketDescriptor) Initializes the optional valuesocketDescriptorto socketDescriptor.NetworkSocketExtension.Builder.socketHandle(long socketHandle) Initializes the optional valuesocketHandleto socketHandle.NetworkSocketExtension.Builder.socketHandle(Optional<Long> socketHandle) Initializes the optional valuesocketHandleto socketHandle.NetworkSocketExtension.Builder.socketType(String socketType) Initializes the optional valuesocketTypeto socketType.NetworkSocketExtension.Builder.socketType(Optional<String> socketType) Initializes the optional valuesocketTypeto socketType.Initializes the value for thetypeattribute.