| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionAdapter
Handles logic specific to the type of a node
| Field Summary | 
|---|
| Fields inherited from interface edu.wpi.first.wpilibj.networktables2.IncomingEntryReceiver | 
|---|
| NULL | 
| Method Summary | |
|---|---|
|  void | badMessage(BadMessageException e)called if a bad message exception is thrown | 
|  void | clientHello(char protocolRevision)Called when the connection receives a client hello message | 
|  NetworkTableEntry | getEntry(char id)get an entry (used by a connection when filling an update entry | 
|  void | ioException(IOException e)called if an io exception is thrown | 
|  void | keepAlive()Called when the connection receives a keep alive message | 
|  void | protocolVersionUnsupported(char protocolRevision)Called when the connection receives a protocol unsupported message | 
|  void | serverHelloComplete() | 
| Methods inherited from interface edu.wpi.first.wpilibj.networktables2.IncomingEntryReceiver | 
|---|
| offerIncomingAssignment, offerIncomingUpdate | 
| Method Detail | 
|---|
void keepAlive()
               throws IOException
IOException
void clientHello(char protocolRevision)
                 throws IOException
protocolRevision - 
IOException
void protocolVersionUnsupported(char protocolRevision)
                                throws IOException
protocolRevision - the protocol version the server reported it supports
IOException
void serverHelloComplete()
                         throws IOException
IOExceptionNetworkTableEntry getEntry(char id)
id - 
void badMessage(BadMessageException e)
e - void ioException(IOException e)
e - | 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||