public class NonAnonymousResponseProcessor extends Object
Modifier | Constructor and Description |
---|---|
protected |
NonAnonymousResponseProcessor() |
Modifier and Type | Method and Description |
---|---|
static NonAnonymousResponseProcessor |
getDefault() |
Packet |
process(Packet packet)
Send a response to a non-anonymous address.
|
public static NonAnonymousResponseProcessor getDefault()
public Packet process(Packet packet)
Packet
if it's not closed already.packet
- The response from our server, which will be delivered to the destination.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.