248249250251252253254255256257258
TCPClient kdcClient = new TCPClient(kdc, port); try { /* * Send the data to the kdc. */ kdcClient.send(obuf); /* * And get a response. */ ibuf = kdcClient.receive(); } finally {
276277278279280281282283284285286
try { /* * Send the data to the kdc. */ kdcClient.send(obuf); /* * And get a response. */ try {