Package server.logic.udp
                Class UdpConnectionBlockDecorator
java.lang.Object
                
            server.logic.udp.UdpServerConnection
                    
            server.logic.udp.UdpConnectionBlockDecorator
                - All Implemented Interfaces:
 LargeResponseHandler,ServerConnection
- 
                        
Field Summary
Fields inherited from class server.logic.udp.UdpServerConnection
address, BUFFER_SIZE, channel - 
                        
Constructor Summary
ConstructorsConstructorDescriptionUdpConnectionBlockDecorator(UdpServerConnection baseConnection, boolean configureBlock)  - 
                        
Method Summary
Methods inherited from class server.logic.udp.UdpServerConnection
addLoopListener, addResponseListeners, closeConnection, getLargeResponseHandler, openConnection, readLargeObject, removeLoopListener, removeResponseListeners, sendData 
- 
                        
Constructor Details
- 
                                    
UdpConnectionBlockDecorator
public UdpConnectionBlockDecorator(UdpServerConnection baseConnection, boolean configureBlock) throws IOException - Throws:
 IOException
 
 - 
                                    
 - 
                        
Method Details
- 
                                    
getLockState
public boolean getLockState() 
 -