In short, no. :) In long, maybe in some limited way if you write some code. There are really two pieces - the socket server and the socket repl. The socket server just runs whatever accept function you tell it when a client connects on the socket. There is no transport level security built into that socket.
You can write your own accept function that does anything you want - does some level of authentication, redefines functions, or even kill the app. The last is actually particularly useful if you run server in some kind of restart loop. In that case you could do something to save new code on the system, replacing the old code, and restart your app. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.