Skip navigation links
B C D E H M N P S T V 

B

build() - Method in interface com.github.jcustenborder.cef.Message.Builder
Method is used to build the representing message.

C

CEFParser - Interface in com.github.jcustenborder.cef
Interface is used to implement a CEFParser.
CEFParserFactory - Class in com.github.jcustenborder.cef
 
CEFParserFactory() - Constructor for class com.github.jcustenborder.cef.CEFParserFactory
 
cefVersion(int) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the CEF version for the message.
cefVersion() - Method in interface com.github.jcustenborder.cef.Message.Builder
Version of CEF the message is using.
cefVersion() - Method in interface com.github.jcustenborder.cef.Message
Version of CEF the message is using.
com.github.jcustenborder.cef - package com.github.jcustenborder.cef
 
create() - Static method in class com.github.jcustenborder.cef.CEFParserFactory
 
create(MessageFactory) - Static method in class com.github.jcustenborder.cef.CEFParserFactory
 

D

deviceEventClassId(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the deviceEventClassId for the message.
deviceEventClassId() - Method in interface com.github.jcustenborder.cef.Message.Builder
The internal event id for the message.
deviceEventClassId() - Method in interface com.github.jcustenborder.cef.Message
The internal event id for the message.
deviceProduct(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the deviceProduct for the message.
deviceProduct() - Method in interface com.github.jcustenborder.cef.Message.Builder
The product that logged the message.
deviceProduct() - Method in interface com.github.jcustenborder.cef.Message
The product that logged the message.
deviceVendor(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the deviceVendor for the message.
deviceVendor() - Method in interface com.github.jcustenborder.cef.Message.Builder
Vendor of the device that logged the message.
deviceVendor() - Method in interface com.github.jcustenborder.cef.Message
Vendor of the device that logged the message.
deviceVersion(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the deviceVersion for the message.
deviceVersion() - Method in interface com.github.jcustenborder.cef.Message.Builder
The version of the device that is logging the message.
deviceVersion() - Method in interface com.github.jcustenborder.cef.Message
The version of the device that is logging the message.

E

extensions(Map<String, String>) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the extensions for the message.
extensions() - Method in interface com.github.jcustenborder.cef.Message.Builder
Key value pairs of any extensions to the message.
extensions() - Method in interface com.github.jcustenborder.cef.Message
Key value pairs of any extensions to the message.

H

host(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the host for the message
host() - Method in interface com.github.jcustenborder.cef.Message.Builder
Host for the message.
host() - Method in interface com.github.jcustenborder.cef.Message
Host for the message.

M

Message - Interface in com.github.jcustenborder.cef
This interface is a parsed representation of a CEF message.
Message.Builder - Interface in com.github.jcustenborder.cef
The Builder used to create the message object.
MessageFactory - Interface in com.github.jcustenborder.cef
This interface allows you to create your own implementation of a message factory.

N

name(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the name for the message.
name() - Method in interface com.github.jcustenborder.cef.Message.Builder
Name of the event.
name() - Method in interface com.github.jcustenborder.cef.Message
Name of the event.
newBuilder() - Method in interface com.github.jcustenborder.cef.MessageFactory
Called each time a new message is processed.

P

parse(String) - Method in interface com.github.jcustenborder.cef.CEFParser
Method is used to parse text from a CEF message and convert it to a Message object.
parse(String, TimeZone, Locale) - Method in interface com.github.jcustenborder.cef.CEFParser
Method is used to parse text from a CEF message and convert it to a Message object.
parse(String) - Static method in enum com.github.jcustenborder.cef.Severity
 

S

severity(String) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the severity for the message.
severity() - Method in interface com.github.jcustenborder.cef.Message.Builder
The severity of the message.
severity() - Method in interface com.github.jcustenborder.cef.Message
The severity of the message.
Severity - Enum in com.github.jcustenborder.cef
 

T

timestamp(Date) - Method in interface com.github.jcustenborder.cef.Message.Builder
Sets the timestamp for the message
timestamp() - Method in interface com.github.jcustenborder.cef.Message.Builder
Timestamp for the message
timestamp() - Method in interface com.github.jcustenborder.cef.Message
Timestamp for the message

V

valueOf(String) - Static method in enum com.github.jcustenborder.cef.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.jcustenborder.cef.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E H M N P S T V 
Skip navigation links

Copyright © 2017. All rights reserved.