Index

A B C G H I L P R S T W 
All Classes and Interfaces|All Packages|Serialized Form

A

address() - Method in interface io.helidon.common.socket.PeerInfo
Socket address of the peer.

B

build() - Method in class io.helidon.common.socket.SocketOptions.Builder
 
builder() - Static method in class io.helidon.common.socket.SocketOptions
A new fluent API builder.

C

childSocketId() - Method in class io.helidon.common.socket.PlainSocket
 
childSocketId() - Method in interface io.helidon.common.socket.SocketContext
Child socket id.
client(Socket, String) - Static method in class io.helidon.common.socket.PlainSocket
Create a new client socket.
client(SSLSocket, String) - Static method in class io.helidon.common.socket.TlsSocket
Create a client TLS socket.
close() - Method in interface io.helidon.common.socket.HelidonSocket
Close the underlying socket.
close() - Method in class io.helidon.common.socket.PlainSocket
 
close() - Method in class io.helidon.common.socket.SocketWriter
Close this writer.
configureSocket(Socket) - Method in class io.helidon.common.socket.SocketOptions
Configure socket with defined socket options.
connectTimeout() - Method in class io.helidon.common.socket.SocketOptions
Socket connect timeout.
connectTimeout(Duration) - Method in class io.helidon.common.socket.SocketOptions.Builder
Connect timeout.
create(ExecutorService, HelidonSocket, int) - Static method in class io.helidon.common.socket.SocketWriter
Create a new socket writer.

G

get() - Method in class io.helidon.common.socket.PlainSocket
 

H

HelidonSocket - Interface in io.helidon.common.socket
Socket abstraction to allow usage of TLS or even non-socket transport.
host() - Method in interface io.helidon.common.socket.PeerInfo
Host of the peer.

I

io.helidon.common.socket - module io.helidon.common.socket
Socket abstraction and data writing.
io.helidon.common.socket - package io.helidon.common.socket
Socket abstraction and data writing.
isSecure() - Method in class io.helidon.common.socket.PlainSocket
 
isSecure() - Method in interface io.helidon.common.socket.SocketContext
Whether the request is secure.
isSecure() - Method in class io.helidon.common.socket.TlsSocket
 

L

localPeer() - Method in class io.helidon.common.socket.PlainSocket
 
localPeer() - Method in interface io.helidon.common.socket.SocketContext
Local peer information.
localPeer() - Method in class io.helidon.common.socket.TlsSocket
 
log(System.Logger, System.Logger.Level, String, Object...) - Method in interface io.helidon.common.socket.SocketContext
Log a message with the current SocketContext.socketId() and SocketContext.childSocketId() to have consistent logs mappable to sockets.
log(System.Logger, System.Logger.Level, String, Throwable, Object...) - Method in interface io.helidon.common.socket.SocketContext
Log a message with the current SocketContext.socketId() and SocketContext.childSocketId() to have consistent logs mappable to sockets.

P

PeerInfo - Interface in io.helidon.common.socket
Information about one side of this communication (either local or remote).
PlainSocket - Class in io.helidon.common.socket
Helidon socket that is based on plaintext.
PlainSocket(Socket, String, String) - Constructor for class io.helidon.common.socket.PlainSocket
Plain socket.
port() - Method in interface io.helidon.common.socket.PeerInfo
Port of the peer.
protocol() - Method in interface io.helidon.common.socket.HelidonSocket
Protocol that was negotiated.
protocol() - Method in class io.helidon.common.socket.TlsSocket
 
protocolNegotiated() - Method in interface io.helidon.common.socket.HelidonSocket
Whether a protocol was negotiated by the socket (such as ALPN when using TLS).
protocolNegotiated() - Method in class io.helidon.common.socket.TlsSocket
 

R

read(BufferData) - Method in interface io.helidon.common.socket.HelidonSocket
Read bytes from the socket.
read(BufferData) - Method in class io.helidon.common.socket.PlainSocket
 
readTimeout() - Method in class io.helidon.common.socket.SocketOptions
Socket read timeout.
readTimeout(Duration) - Method in class io.helidon.common.socket.SocketOptions.Builder
Read timeout.
remotePeer() - Method in class io.helidon.common.socket.PlainSocket
 
remotePeer() - Method in interface io.helidon.common.socket.SocketContext
Remote peer information.
remotePeer() - Method in class io.helidon.common.socket.TlsSocket
 

S

server(Socket, String, String) - Static method in class io.helidon.common.socket.PlainSocket
Create a new server socket.
server(SSLSocket, String, String) - Static method in class io.helidon.common.socket.TlsSocket
Create a server TLS socket.
setOption(SocketOption<O>, O) - Method in class io.helidon.common.socket.SocketOptions.Builder
Set an arbitrary option.
socket() - Method in class io.helidon.common.socket.SocketWriter
Provides access to the underlying socket.
SocketContext - Interface in io.helidon.common.socket
Information available for a connected socket.
socketId() - Method in class io.helidon.common.socket.PlainSocket
 
socketId() - Method in interface io.helidon.common.socket.SocketContext
Main socket id.
socketKeepAlive(boolean) - Method in class io.helidon.common.socket.SocketOptions.Builder
Configure socket keep alive.
SocketOptions - Class in io.helidon.common.socket
Socket options.
SocketOptions.Builder - Class in io.helidon.common.socket
Fluent API builder for SocketOptions.
socketReceiveBufferSize(int) - Method in class io.helidon.common.socket.SocketOptions.Builder
Socket receive buffer size.
socketReuseAddress(boolean) - Method in class io.helidon.common.socket.SocketOptions.Builder
Socket reuse address.
socketSendBufferSize(int) - Method in class io.helidon.common.socket.SocketOptions.Builder
Socket send buffer size.
SocketWriter - Class in io.helidon.common.socket
Socket writer (possibly) used from multiple threads, takes care of writing to a single socket.
SocketWriter(HelidonSocket) - Constructor for class io.helidon.common.socket.SocketWriter
A new socket writer.
SocketWriterException - Exception Class in io.helidon.common.socket
Socket write failed.
SocketWriterException(Throwable) - Constructor for exception class io.helidon.common.socket.SocketWriterException
Socket write failed.

T

tcpNoDelay(boolean) - Method in class io.helidon.common.socket.SocketOptions.Builder
This option may improve performance on some systems.
tlsCertificates() - Method in interface io.helidon.common.socket.PeerInfo
TLS certificate chain of the peer.
tlsPrincipal() - Method in interface io.helidon.common.socket.PeerInfo
TLS principal (from certificate) of the peer.
TlsSocket - Class in io.helidon.common.socket
TLS socket.
toString() - Method in class io.helidon.common.socket.SocketOptions
 

W

write(BufferData) - Method in interface io.helidon.common.socket.HelidonSocket
Write teh buffer to the underlying socket.
write(BufferData) - Method in class io.helidon.common.socket.PlainSocket
 
writeNow(BufferData) - Method in class io.helidon.common.socket.SocketWriter
 
writeNow(BufferData...) - Method in class io.helidon.common.socket.SocketWriter
 
A B C G H I L P R S T W 
All Classes and Interfaces|All Packages|Serialized Form