Package serverLogic
                Class UdpConnectionBlockDecorator
java.lang.Object
                
            serverLogic.UdpServerConnection
                    
            serverLogic.UdpConnectionBlockDecorator
                - All Implemented Interfaces:
 ServerConnection
- 
                        
Field Summary
Fields inherited from class serverLogic.UdpServerConnection
address, BUFFER_SIZE, channel - 
                        
Constructor Summary
ConstructorsConstructorDescriptionUdpConnectionBlockDecorator(UdpServerConnection baseConnection, boolean configureBlock)  - 
                        
Method Summary
Methods inherited from class serverLogic.UdpServerConnection
closeConnection, openConnection, sendData 
- 
                        
Constructor Details
- 
                                    
UdpConnectionBlockDecorator
public UdpConnectionBlockDecorator(UdpServerConnection baseConnection, boolean configureBlock) throws IOException - Throws:
 IOException
 
 - 
                                    
 - 
                        
Method Details
- 
                                    
getLockState
public boolean getLockState() 
 -