top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is it any possible to override the service() method in servelt?

+1 vote
259 views
Is it any possible to override the service() method in servelt?
posted Oct 5, 2015 by Dominic

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Yes. It would spawn a thread that opens a ServerSocket, then listens for incoming connections and speaks the FTP protocol.

answer Oct 6, 2015 by Karthick.c
...