Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
SocketHandler |
Logging.LoggingResources.socketHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SocketHandler> |
Logging.LoggingResources.socketHandlers()
Get the list of SocketHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.socketHandler(SocketHandler value)
Add the SocketHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.socketHandlers(List<SocketHandler> value)
Add all SocketHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SocketHandler<T extends SocketHandler<T>>
Defines a handler which writes to a socket.
|
interface |
SocketHandlerConsumer<T extends SocketHandler<T>> |
interface |
SocketHandlerSupplier<T extends SocketHandler> |
Modifier and Type | Method and Description |
---|---|
SocketHandler |
SocketHandlerSupplier.get()
Constructed instance of SocketHandler resource
|
SocketHandler |
LoggingProfile.LoggingProfileResources.socketHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SocketHandler> |
LoggingProfile.LoggingProfileResources.socketHandlers()
Get the list of SocketHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.socketHandler(SocketHandler value)
Add the SocketHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.socketHandlers(List<SocketHandler> value)
Add all SocketHandler objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.