Does WBI support multi-threading?
Yes. One WBI instance can handle requests from multiple clients, such as multiple browser windows, at the same time. However, programmers must take the necessary actions to make their own MEGs thread-safe, for instance, using the synchronized mechanism in Java or by using local variables rather than class variables. • Does WBI support SSL? Secure Sockets Layer (SSL) is a protocol that describes how authenticated and encrypted information can be sent between clients and servers. WBI plugins cannot monitor or modify documents (either requests or responses) that are sent via an SSL connection. As a proxy, WBI tunnels SSL transactions using the HTTP CONNECT method. • My Meg keeps throwing a NotCharDataException. What’s wrong? Several things could be wrong. When your Meg calls RequestEvent.getMegReader() or RequestEvent.getMegWriter(), steps are taken to determine whether the stream is character data or not, and if it is character data, what the encoding is. This information comes from the