Package org.graylog2.inputs.raw.http
Class RawHttpInput
java.lang.Object
org.graylog2.plugin.inputs.MessageInput
org.graylog2.inputs.raw.http.RawHttpInput
- All Implemented Interfaces:
Stoppable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interface -
Field Summary
Fields inherited from class org.graylog2.plugin.inputs.MessageInput
configuration, contentPack, createdAt, creatorUserId, desiredState, FIELD_ATTRIBUTES, FIELD_CONFIGURATION, FIELD_CONTENT_PACK, FIELD_CREATED_AT, FIELD_CREATOR_USER_ID, FIELD_DESIRED_STATE, FIELD_GLOBAL, FIELD_ID, FIELD_NAME, FIELD_NODE_ID, FIELD_STATIC_FIELDS, FIELD_TITLE, FIELD_TYPE, global, inputBuffer, persistId, title -
Constructor Summary
ConstructorsConstructorDescriptionRawHttpInput(com.codahale.metrics.MetricRegistry metricRegistry, Configuration configuration, RawHttpTransport.Factory httpTransportFactory, RawCodec.Factory rawCodecFactory, LocalMetricRegistry localRegistry, RawHttpInput.Config config, RawHttpInput.Descriptor descriptor, ServerStatus serverStatus) -
Method Summary
Methods inherited from class org.graylog2.plugin.inputs.MessageInput
addStaticField, addStaticFields, asMap, asMapMasked, checkConfiguration, equals, getAttributesWithMaskedPasswords, getCodec, getConfiguration, getContentPack, getCreatedAt, getCreatorUserId, getDefaultRecvBufferSize, getDescriptor, getDesiredState, getId, getName, getNodeId, getPersistId, getRequestedConfiguration, getStaticFields, getTitle, getType, getUniqueReadableId, hashCode, initialize, isCloudCompatible, isExclusive, isForwarderCompatible, isGlobal, launch, launch, onlyOnePerCluster, processRawMessage, setContentPack, setCreatedAt, setCreatorUserId, setDefaultRecvBufferSize, setDesiredState, setGlobal, setNodeId, setPersistId, setTitle, stop, terminate, toIdentifier, toString
-
Constructor Details
-
RawHttpInput
public RawHttpInput(com.codahale.metrics.MetricRegistry metricRegistry, Configuration configuration, RawHttpTransport.Factory httpTransportFactory, RawCodec.Factory rawCodecFactory, LocalMetricRegistry localRegistry, RawHttpInput.Config config, RawHttpInput.Descriptor descriptor, ServerStatus serverStatus)
-