public class WebSessionResources extends Object implements AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
BufferAllocator |
getAllocator() |
io.netty.util.concurrent.Promise<Void> |
getCloseFuture() |
SocketAddress |
getRemoteAddress() |
UserSession |
getSession() |
public UserSession getSession()
public BufferAllocator getAllocator()
public io.netty.util.concurrent.Promise<Void> getCloseFuture()
public SocketAddress getRemoteAddress()
public void close()
close
in interface AutoCloseable
Copyright © 1970 The Apache Software Foundation. All rights reserved.