Top Fields Constructors
jdk.jfr.events

public final Class SocketReadEvent

extends AbstractJDKEvent
Class Inheritance
Annotations
@Name:jdk.SocketRead
@Label:Socket Read
@Category:Java Application
@Description:Reading data from a socket
@MirrorEvent
className:SocketReadEvent
Imports
jdk.jfr.Category, .Description, .Label, .DataAmount, .Name, .Timespan, jdk.jfr.internal.MirrorEvent, .Type

Field Summary

Modifier and TypeField and Description
public String
public long
public boolean
public String
public int
public long

Constructor Summary

AccessConstructor and Description
public

Field Detail

addressback to summary
public String address
Annotations
@Label:Remote Address
bytesReadback to summary
public long bytesRead
Annotations
@Label:Bytes Read
@Description:Number of bytes read from the socket
@DataAmount
endOfStreamback to summary
public boolean endOfStream
Annotations
@Label:End of Stream
@Description:If end of stream was reached
hostback to summary
public String host
Annotations
@Label:Remote Host
portback to summary
public int port
Annotations
@Label:Remote Port
timeoutback to summary
public long timeout
Annotations
@Label:Timeout Value
@Timespan:MILLISECONDS

Constructor Detail

SocketReadEventback to summary
public SocketReadEvent()