Open Kilda Java Documentation
org.openkilda.messaging.model.LinkPropsTest Class Reference
Inheritance diagram for org.openkilda.messaging.model.LinkPropsTest:
org.openkilda.messaging.StringSerializer org.openkilda.messaging.AbstractSerializer

Public Member Functions

void serializeLoop () throws Exception
 
Object deserialize () throws IOException
 
void serialize (Object subject) throws IOException
 

Static Public Member Functions

static LinkProps makeSubject ()
 

Additional Inherited Members

- Public Attributes inherited from org.openkilda.messaging.StringSerializer
Queue< String > strings = new LinkedList<>()
 

Detailed Description

Definition at line 27 of file LinkPropsTest.java.

Member Function Documentation

◆ deserialize()

Object org.openkilda.messaging.model.LinkPropsTest.deserialize ( ) throws IOException

Implements org.openkilda.messaging.StringSerializer.

Definition at line 52 of file LinkPropsTest.java.

◆ makeSubject()

static LinkProps org.openkilda.messaging.model.LinkPropsTest.makeSubject ( )
static

Produce LinkProps object with predefined data.

Definition at line 40 of file LinkPropsTest.java.

◆ serialize()

void org.openkilda.messaging.model.LinkPropsTest.serialize ( Object  subject) throws IOException

Implements org.openkilda.messaging.StringSerializer.

Definition at line 57 of file LinkPropsTest.java.

◆ serializeLoop()

void org.openkilda.messaging.model.LinkPropsTest.serializeLoop ( ) throws Exception

Definition at line 29 of file LinkPropsTest.java.


The documentation for this class was generated from the following file: